#C4D372

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

Shades of Deco #C4D372

Tints of Deco #C4D372

Color information

#C4D372 (or 0xC4D372) is unknown color: approx Deco. HEX triplet: C4, D3 and 72. RGB value is (196,211,114). Sum of RGB (Red+Green+Blue) = 196+211+114=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D372 is #3B2C8D. Grayscale: #C3C3C3. Windows color (decimal): -3878030 or 7525316. OLE color: 7525316.

HSL color Cylindrical-coordinate representation of color #C4D372: hue angle of 69.28º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C4D372 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB196211114-
CMYK0.0700.460.17
HSL69.28º52.43%63.73%-
HSV(B)69.28º45.97%82.75%-
XYZ49.159.5424.82-
YUV195.4682.03128.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.62%
GREEN value IS 211 (82.81% from 255) = 40.50%
BLUE value IS 114 (44.92% from 255) = 21.88%
R=37.62%
G=40.50%
B=21.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1962111140.0700.460.1769.2852.4363.73
HexC4D372702E11453440
Octal30432316270562110564100
Binary1100010011010011111001011101011101000110001011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D372; }

 p { color: rgb(196,211,114); }

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

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

 a { background-color: rgb(196,211,114); }

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

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

 span { border-color: rgb(196,211,114); }

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