#BBBF4C

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

Shades of Celery #BBBF4C

Tints of Celery #BBBF4C

Color information

#BBBF4C (or 0xBBBF4C) is unknown color: approx Celery. HEX triplet: BB, BF and 4C. RGB value is (187,191,76). Sum of RGB (Red+Green+Blue) = 187+191+76=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBF4C is #4440B3. Grayscale: #B1B1B1. Windows color (decimal): -4473012 or 5029819. OLE color: 5029819.

HSL color Cylindrical-coordinate representation of color #BBBF4C: hue angle of 62.09º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBBF4C is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB18719176-
CMYK0.0200.600.25
HSL62.09º47.33%52.35%-
HSV(B)62.09º60.21%74.9%-
XYZ40.4348.3514.04-
YUV176.6971.17135.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.19%
GREEN value IS 191 (75% from 255) = 42.07%
BLUE value IS 76 (30.08% from 255) = 16.74%
R=41.19%
G=42.07%
B=16.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187191760.0200.600.2562.0947.3352.35
HexBBBF4C203C193e2f34
Octal273277114207431765764
Binary1011101110111111100110010011110011001111110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF4C; }

 p { color: rgb(187,191,76); }

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

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

 a { background-color: rgb(187,191,76); }

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

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

 span { border-color: rgb(187,191,76); }

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