#C0C27E

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

Shades of Pine Glade #C0C27E

Tints of Pine Glade #C0C27E

Color information

#C0C27E (or 0xC0C27E) is unknown color: approx Pine Glade. HEX triplet: C0, C2 and 7E. RGB value is (192,194,126). Sum of RGB (Red+Green+Blue) = 192+194+126=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C27E is #3F3D81. Grayscale: #B9B9B9. Windows color (decimal): -4144514 or 8307392. OLE color: 8307392.

HSL color Cylindrical-coordinate representation of color #C0C27E: hue angle of 61.76º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0C27E is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB192194126-
CMYK0.0100.350.24
HSL61.76º35.79%62.75%-
HSV(B)61.76º35.05%76.08%-
XYZ44.851.327.28-
YUV185.6594.34132.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.5%
GREEN value IS 194 (76.17% from 255) = 37.89%
BLUE value IS 126 (49.61% from 255) = 24.61%
R=37.5%
G=37.89%
B=24.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921941260.0100.350.2461.7635.7962.75
HexC0C27E1023183e243f
Octal300302176104330764477
Binary110000001100001011111101010001111000111110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C27E; }

 p { color: rgb(192,194,126); }

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

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

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

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

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

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

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