#C0C37E

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

Shades of Pine Glade #C0C37E

Tints of Pine Glade #C0C37E

Color information

#C0C37E (or 0xC0C37E) is unknown color: approx Pine Glade. HEX triplet: C0, C3 and 7E. RGB value is (192,195,126). Sum of RGB (Red+Green+Blue) = 192+195+126=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C37E is #3F3C81. Grayscale: #BABABA. Windows color (decimal): -4144258 or 8307648. OLE color: 8307648.

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

Color convert

RGB192195126-
CMYK0.0200.350.24
HSL62.61º36.51%62.94%-
HSV(B)62.61º35.38%76.47%-
XYZ45.0251.7427.35-
YUV186.2494.01132.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.43%
GREEN value IS 195 (76.56% from 255) = 38.01%
BLUE value IS 126 (49.61% from 255) = 24.56%
R=37.43%
G=38.01%
B=24.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921951260.0200.350.2462.6136.5162.94
HexC0C37E2023183f253f
Octal300303176204330774577
Binary1100000011000011111111010010001111000111111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C37E; }

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

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

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

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

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

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

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

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