#C4C770

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

Shades of Pine Glade #C4C770

Tints of Pine Glade #C4C770

Color information

#C4C770 (or 0xC4C770) is unknown color: approx Pine Glade. HEX triplet: C4, C7 and 70. RGB value is (196,199,112). Sum of RGB (Red+Green+Blue) = 196+199+112=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 199 - color contains mainly: green. Hex color #C4C770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C770 is #3B388F. Grayscale: #BCBCBC. Windows color (decimal): -3881104 or 7391172. OLE color: 7391172.

HSL color Cylindrical-coordinate representation of color #C4C770: hue angle of 62.07º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4C770 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB196199112-
CMYK0.0200.440.22
HSL62.07º43.72%60.98%-
HSV(B)62.07º43.72%78.04%-
XYZ46.1153.7523.27-
YUV188.1885.01133.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.66%
GREEN value IS 199 (78.12% from 255) = 39.25%
BLUE value IS 112 (44.14% from 255) = 22.09%
R=38.66%
G=39.25%
B=22.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1961991120.0200.440.2262.0743.7260.98
HexC4C770202C163e2c3d
Octal304307160205426765475
Binary1100010011000111111000010010110010110111110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C770; }

 p { color: rgb(196,199,112); }

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

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

 a { background-color: rgb(196,199,112); }

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

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

 span { border-color: rgb(196,199,112); }

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