#C6C37D

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

Shades of Pine Glade #C6C37D

Tints of Pine Glade #C6C37D

Color information

#C6C37D (or 0xC6C37D) is unknown color: approx Pine Glade. HEX triplet: C6, C3 and 7D. RGB value is (198,195,125). Sum of RGB (Red+Green+Blue) = 198+195+125=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C37D is #393C82. Grayscale: #BCBCBC. Windows color (decimal): -3751043 or 8242118. OLE color: 8242118.

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

Color convert

RGB198195125-
CMYK00.020.370.22
HSL57.53º39.04%63.33%-
HSV(B)57.53º36.87%77.65%-
XYZ46.5152.5227.09-
YUV187.9292.49135.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.22%
GREEN value IS 195 (76.56% from 255) = 37.64%
BLUE value IS 125 (49.22% from 255) = 24.13%
R=38.22%
G=37.64%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819512500.020.370.2257.5339.0463.33
HexC6C37D0225163a273f
Octal306303175024526724777
Binary1100011011000011111110101010010110110111010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C37D; }

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

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

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

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

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

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

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

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