#BCBB4B

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

Shades of Celery #BCBB4B

Tints of Celery #BCBB4B

Color information

#BCBB4B (or 0xBCBB4B) is unknown color: approx Celery. HEX triplet: BC, BB and 4B. RGB value is (188,187,75). Sum of RGB (Red+Green+Blue) = 188+187+75=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 75 (29.69% from 255 or 16.67% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBB4B is #4344B4. Grayscale: #AEAEAE. Windows color (decimal): -4408501 or 4963260. OLE color: 4963260.

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

Color convert

RGB18818775-
CMYK00.010.600.26
HSL59.47º45.75%51.57%-
HSV(B)59.47º60.11%73.73%-
XYZ39.7846.7413.58-
YUV174.5371.83137.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.78%
GREEN value IS 187 (73.44% from 255) = 41.56%
BLUE value IS 75 (29.69% from 255) = 16.67%
R=41.78%
G=41.56%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881877500.010.600.2659.4745.7551.57
HexBCBB4B013C1A3b2e34
Octal274273113017432735664
Binary101111001011101110010110111110011010111011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBB4B; }

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

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

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

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

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

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

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

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