#C5C67D

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

Shades of Pine Glade #C5C67D

Tints of Pine Glade #C5C67D

Color information

#C5C67D (or 0xC5C67D) is unknown color: approx Pine Glade. HEX triplet: C5, C6 and 7D. RGB value is (197,198,125). Sum of RGB (Red+Green+Blue) = 197+198+125=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 198 - color contains mainly: green. Hex color #C5C67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C67D is #3A3982. Grayscale: #BDBDBD. Windows color (decimal): -3815811 or 8242885. OLE color: 8242885.

HSL color Cylindrical-coordinate representation of color #C5C67D: hue angle of 60.82º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5C67D is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB197198125-
CMYK0.0100.370.22
HSL60.82º39.04%63.33%-
HSV(B)60.82º36.87%77.65%-
XYZ46.9253.7427.3-
YUV189.3891.67133.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.88%
GREEN value IS 198 (77.73% from 255) = 38.08%
BLUE value IS 125 (49.22% from 255) = 24.04%
R=37.88%
G=38.08%
B=24.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971981250.0100.370.2260.8239.0463.33
HexC5C67D1025163d273f
Octal305306175104526754777
Binary110001011100011011111011010010110110111101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C67D; }

 p { color: rgb(197,198,125); }

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

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

 a { background-color: rgb(197,198,125); }

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

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

 span { border-color: rgb(197,198,125); }

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