#C4C775

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

Shades of Pine Glade #C4C775

Tints of Pine Glade #C4C775

Color information

#C4C775 (or 0xC4C775) is unknown color: approx Pine Glade. HEX triplet: C4, C7 and 75. RGB value is (196,199,117). Sum of RGB (Red+Green+Blue) = 196+199+117=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 199 - color contains mainly: green. Hex color #C4C775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C775 is #3B388A. Grayscale: #BDBDBD. Windows color (decimal): -3881099 or 7718852. OLE color: 7718852.

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

Color convert

RGB196199117-
CMYK0.0200.410.22
HSL62.2º42.27%61.96%-
HSV(B)62.2º41.21%78.04%-
XYZ46.453.8724.78-
YUV188.7587.51133.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.28%
GREEN value IS 199 (78.12% from 255) = 38.87%
BLUE value IS 117 (46.09% from 255) = 22.85%
R=38.28%
G=38.87%
B=22.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1961991170.0200.410.2262.242.2761.96
HexC4C7752029163e2a3e
Octal304307165205126765276
Binary1100010011000111111010110010100110110111110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C775; }

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

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

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

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

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

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

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

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