#c4bf52

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

Shades of Celery #C4BF52

Tints of Celery #C4BF52

Color information

#C4BF52 (or 0xC4BF52) is unknown color: approx Celery. HEX triplet: C4, BF and 52. RGB value is (196,191,82). Sum of RGB (Red+Green+Blue) = 196+191+82=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 82 (32.42% from 255 or 17.48% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BF52 is #3B40AD. Grayscale: #B4B4B4. Windows color (decimal): -3883182 or 5423044. OLE color: 5423044.

HSL color Cylindrical-coordinate representation of color #C4BF52: hue angle of 57.37º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4BF52 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB19619182-
CMYK00.030.580.23
HSL57.37º49.14%54.51%-
HSV(B)57.37º58.16%76.86%-
XYZ42.9249.6115.3-
YUV180.0772.66139.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.79%
GREEN value IS 191 (75% from 255) = 40.72%
BLUE value IS 82 (32.42% from 255) = 17.48%
R=41.79%
G=40.72%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961918200.030.580.2357.3749.1454.51
HexC4BF52033A17393137
Octal304277122037227716167
Binary1100010010111111101001001111101010111111001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4bf52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4bf52; }

 p { color: rgb(196,191,82); }

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

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

 a { background-color: rgb(196,191,82); }

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

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

 span { border-color: rgb(196,191,82); }

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