#BEC13A

Color #BEC13A Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #BEC13A

Tints of Celery #BEC13A

Color information

#BEC13A (or 0xBEC13A) is unknown color: approx Celery. HEX triplet: BE, C1 and 3A. RGB value is (190,193,58). Sum of RGB (Red+Green+Blue) = 190+193+58=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 58 (23.05% from 255 or 13.15% from 441); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC13A is #413EC5. Grayscale: #B1B1B1. Windows color (decimal): -4275910 or 3850686. OLE color: 3850686.

HSL color Cylindrical-coordinate representation of color #BEC13A: hue angle of 61.33º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BEC13A is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19019358-
CMYK0.0200.700.24
HSL61.33º53.78%49.22%-
HSV(B)61.33º69.95%75.69%-
XYZ41.0749.3911.37-
YUV176.7161.01137.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 193 (75.78% from 255) = 43.76%
BLUE value IS 58 (23.05% from 255) = 13.15%
R=43.08%
G=43.76%
B=13.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190193580.0200.700.2461.3353.7849.22
HexBEC13A2046183d3631
Octal276301722010630756661
Binary1011111011000001111010100100011011000111101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC13A; }

 p { color: rgb(190,193,58); }

 H1.HeaderClassName
 {
   color: #BEC13A;
 }
 .AnyTagClassName
 {
   color: #BEC13A;
 }
</style>
background-color css

<style>
 a { background-color: #BEC13A; }

 a { background-color: rgb(190,193,58); }

 div.DivClassName
 {
   background-color: #BEC13A;
 }
 .BgClassName
 {
   background-color: #BEC13A;
 }
</style>
border-color css

<style>
 span { border-color: #BEC13A; }

 span { border-color: rgb(190,193,58); }

 td.TdClassName
 {
   border-color: #BEC13A;
 }
 .TagClassName
 {
   border-color: #BEC13A;
 }
</style>