#BEC24B

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

Shades of Celery #BEC24B

Tints of Celery #BEC24B

Color information

#BEC24B (or 0xBEC24B) is unknown color: approx Celery. HEX triplet: BE, C2 and 4B. RGB value is (190,194,75). Sum of RGB (Red+Green+Blue) = 190+194+75=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC24B is #413DB4. Grayscale: #B3B3B3. Windows color (decimal): -4275637 or 4965054. OLE color: 4965054.

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

Color convert

RGB19019475-
CMYK0.0200.610.24
HSL62.02º49.38%52.75%-
HSV(B)62.02º61.34%76.08%-
XYZ41.850.0414.11-
YUV179.2469.17135.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 194 (76.17% from 255) = 42.27%
BLUE value IS 75 (29.69% from 255) = 16.34%
R=41.39%
G=42.27%
B=16.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190194750.0200.610.2462.0249.3852.75
HexBEC24B203D183e3135
Octal276302113207530766165
Binary1011111011000010100101110011110111000111110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC24B; }

 p { color: rgb(190,194,75); }

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

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

 a { background-color: rgb(190,194,75); }

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

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

 span { border-color: rgb(190,194,75); }

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