#C6C67E

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

Shades of Pine Glade #C6C67E

Tints of Pine Glade #C6C67E

Color information

#C6C67E (or 0xC6C67E) is unknown color: approx Pine Glade. HEX triplet: C6, C6 and 7E. RGB value is (198,198,126). Sum of RGB (Red+Green+Blue) = 198+198+126=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 198 - color contains mainly: red, green. Hex color #C6C67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C67E is #393981. Grayscale: #BEBEBE. Windows color (decimal): -3750274 or 8308422. OLE color: 8308422.

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

Color convert

RGB198198126-
CMYK000.360.22
HSL60º38.71%63.53%-
HSV(B)60º36.36%77.65%-
XYZ47.2553.927.65-
YUV189.7992133.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.93%
GREEN value IS 198 (77.73% from 255) = 37.93%
BLUE value IS 126 (49.61% from 255) = 24.14%
R=37.93%
G=37.93%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198198126000.360.226038.7163.53
HexC6C67E0024163c2740
Octal3063061760044267447100
Binary1100011011000110111111000100100101101111001001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C67E; }

 p { color: rgb(198,198,126); }

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

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

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

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

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

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

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