#C4CB72

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

Shades of Pine Glade #C4CB72

Tints of Pine Glade #C4CB72

Color information

#C4CB72 (or 0xC4CB72) is unknown color: approx Pine Glade. HEX triplet: C4, CB and 72. RGB value is (196,203,114). Sum of RGB (Red+Green+Blue) = 196+203+114=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CB72 is #3B348D. Grayscale: #BFBFBF. Windows color (decimal): -3880078 or 7523268. OLE color: 7523268.

HSL color Cylindrical-coordinate representation of color #C4CB72: hue angle of 64.72º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4CB72 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB196203114-
CMYK0.0300.440.20
HSL64.72º46.11%62.16%-
HSV(B)64.72º43.84%79.61%-
XYZ47.1655.6624.18-
YUV190.7684.68131.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.21%
GREEN value IS 203 (79.69% from 255) = 39.57%
BLUE value IS 114 (44.92% from 255) = 22.22%
R=38.21%
G=39.57%
B=22.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962031140.0300.440.2064.7246.1162.16
HexC4CB72302C14412e3e
Octal3043131623054241015676
Binary11000100110010111110010110101100101001000001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CB72; }

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

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

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

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

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

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

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

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