#C5C775

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

Shades of Pine Glade #C5C775

Tints of Pine Glade #C5C775

Color information

#C5C775 (or 0xC5C775) is unknown color: approx Pine Glade. HEX triplet: C5, C7 and 75. RGB value is (197,199,117). Sum of RGB (Red+Green+Blue) = 197+199+117=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 199 - color contains mainly: green. Hex color #C5C775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C775 is #3A388A. Grayscale: #BDBDBD. Windows color (decimal): -3815563 or 7718853. OLE color: 7718853.

HSL color Cylindrical-coordinate representation of color #C5C775: hue angle of 61.46º 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 #C5C775 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB197199117-
CMYK0.0100.410.22
HSL61.46º42.27%61.96%-
HSV(B)61.46º41.21%78.04%-
XYZ46.665424.79-
YUV189.0587.34133.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.40%
GREEN value IS 199 (78.12% from 255) = 38.79%
BLUE value IS 117 (46.09% from 255) = 22.81%
R=38.40%
G=38.79%
B=22.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971991170.0100.410.2261.4642.2761.96
HexC5C7751029163d2a3e
Octal305307165105126755276
Binary110001011100011111101011010100110110111101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C775; }

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

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

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

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

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

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

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

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