#C4BD4A

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

Shades of Celery #C4BD4A

Tints of Celery #C4BD4A

Color information

#C4BD4A (or 0xC4BD4A) is unknown color: approx Celery. HEX triplet: C4, BD and 4A. RGB value is (196,189,74). Sum of RGB (Red+Green+Blue) = 196+189+74=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BD4A is #3B42B5. Grayscale: #B2B2B2. Windows color (decimal): -3883702 or 4898244. OLE color: 4898244.

HSL color Cylindrical-coordinate representation of color #C4BD4A: hue angle of 56.56º 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 #C4BD4A is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB19618974-
CMYK00.040.620.23
HSL56.56º50.83%52.94%-
HSV(B)56.56º62.24%76.86%-
XYZ42.248.6313.64-
YUV177.9869.32140.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.70%
GREEN value IS 189 (74.22% from 255) = 41.18%
BLUE value IS 74 (29.30% from 255) = 16.12%
R=42.70%
G=41.18%
B=16.12%

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
Decimal1961897400.040.620.2356.5650.8352.94
HexC4BD4A043E17393335
Octal304275112047627716365
Binary11000100101111011001010010011111010111111001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BD4A; }

 p { color: rgb(196,189,74); }

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

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

 a { background-color: rgb(196,189,74); }

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

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

 span { border-color: rgb(196,189,74); }

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