#BBC24B

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

Shades of Celery #BBC24B

Tints of Celery #BBC24B

Color information

#BBC24B (or 0xBBC24B) is unknown color: approx Celery. HEX triplet: BB, C2 and 4B. RGB value is (187,194,75). Sum of RGB (Red+Green+Blue) = 187+194+75=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC24B is #443DB4. Grayscale: #B2B2B2. Windows color (decimal): -4472245 or 4965051. OLE color: 4965051.

HSL color Cylindrical-coordinate representation of color #BBC24B: hue angle of 63.53º 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 #BBC24B is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB18719475-
CMYK0.0400.610.24
HSL63.53º49.38%52.75%-
HSV(B)63.53º61.34%76.08%-
XYZ41.0649.6614.08-
YUV178.3469.68134.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.01%
GREEN value IS 194 (76.17% from 255) = 42.54%
BLUE value IS 75 (29.69% from 255) = 16.45%
R=41.01%
G=42.54%
B=16.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal187194750.0400.610.2463.5349.3852.75
HexBBC24B403D18403135
Octal2733021134075301006165
Binary101110111100001010010111000111101110001000000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC24B; }

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

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

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

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

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

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

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

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