#BBB94E

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

Shades of Celery #BBB94E

Tints of Celery #BBB94E

Color information

#BBB94E (or 0xBBB94E) is unknown color: approx Celery. HEX triplet: BB, B9 and 4E. RGB value is (187,185,78). Sum of RGB (Red+Green+Blue) = 187+185+78=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 78 (30.86% from 255 or 17.33% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB94E is #4446B1. Grayscale: #ADADAD. Windows color (decimal): -4474546 or 5159355. OLE color: 5159355.

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

Color convert

RGB18718578-
CMYK00.010.580.27
HSL58.9º44.49%51.96%-
HSV(B)58.9º58.29%73.33%-
XYZ39.2245.8113.98-
YUV173.474.16137.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.56%
GREEN value IS 185 (72.66% from 255) = 41.11%
BLUE value IS 78 (30.86% from 255) = 17.33%
R=41.56%
G=41.11%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871857800.010.580.2758.944.4951.96
HexBBB94E013A1B3b2c34
Octal273271116017233735464
Binary101110111011100110011100111101011011111011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB94E; }

 p { color: rgb(187,185,78); }

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

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

 a { background-color: rgb(187,185,78); }

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

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

 span { border-color: rgb(187,185,78); }

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