#BBBA4C

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

Shades of Celery #BBBA4C

Tints of Celery #BBBA4C

Color information

#BBBA4C (or 0xBBBA4C) is unknown color: approx Celery. HEX triplet: BB, BA and 4C. RGB value is (187,186,76). Sum of RGB (Red+Green+Blue) = 187+186+76=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA4C is #4445B3. Grayscale: #AEAEAE. Windows color (decimal): -4474292 or 5028539. OLE color: 5028539.

HSL color Cylindrical-coordinate representation of color #BBBA4C: hue angle of 59.46º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBBA4C is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18718676-
CMYK00.010.590.27
HSL59.46º44.94%51.57%-
HSV(B)59.46º59.36%73.33%-
XYZ39.3646.213.68-
YUV173.7672.83137.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.65%
GREEN value IS 186 (73.05% from 255) = 41.43%
BLUE value IS 76 (30.08% from 255) = 16.93%
R=41.65%
G=41.43%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871867600.010.590.2759.4644.9451.57
HexBBBA4C013B1B3b2d34
Octal273272114017333735564
Binary101110111011101010011000111101111011111011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA4C; }

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

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

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

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

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

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

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

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