#C4BC4B

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

Shades of Celery #C4BC4B

Tints of Celery #C4BC4B

Color information

#C4BC4B (or 0xC4BC4B) is unknown color: approx Celery. HEX triplet: C4, BC and 4B. RGB value is (196,188,75). Sum of RGB (Red+Green+Blue) = 196+188+75=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BC4B is #3B43B4. Grayscale: #B1B1B1. Windows color (decimal): -3883957 or 4963524. OLE color: 4963524.

HSL color Cylindrical-coordinate representation of color #C4BC4B: hue angle of 56.03º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4BC4B is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB19618875-
CMYK00.040.620.23
HSL56.03º50.63%53.14%-
HSV(B)56.03º61.73%76.86%-
XYZ42.0248.2113.75-
YUV177.5170.15141.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.70%
GREEN value IS 188 (73.83% from 255) = 40.96%
BLUE value IS 75 (29.69% from 255) = 16.34%
R=42.70%
G=40.96%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961887500.040.620.2356.0350.6353.14
HexC4BC4B043E17383335
Octal304274113047627706365
Binary11000100101111001001011010011111010111111000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BC4B; }

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

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

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

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

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

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

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

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