#BCBB4E

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

Shades of Celery #BCBB4E

Tints of Celery #BCBB4E

Color information

#BCBB4E (or 0xBCBB4E) is unknown color: approx Celery. HEX triplet: BC, BB and 4E. RGB value is (188,187,78). Sum of RGB (Red+Green+Blue) = 188+187+78=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 78 (30.86% from 255 or 17.22% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBB4E is #4344B1. Grayscale: #AFAFAF. Windows color (decimal): -4408498 or 5159868. OLE color: 5159868.

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

Color convert

RGB18818778-
CMYK00.010.590.26
HSL59.45º45.08%52.16%-
HSV(B)59.45º58.51%73.73%-
XYZ39.8846.7814.14-
YUV174.8773.33137.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.50%
GREEN value IS 187 (73.44% from 255) = 41.28%
BLUE value IS 78 (30.86% from 255) = 17.22%
R=41.50%
G=41.28%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881877800.010.590.2659.4545.0852.16
HexBCBB4E013B1A3b2d34
Octal274273116017332735564
Binary101111001011101110011100111101111010111011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBB4E; }

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

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

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

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

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

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

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

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