#C0C97C

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

Shades of Pine Glade #C0C97C

Tints of Pine Glade #C0C97C

Color information

#C0C97C (or 0xC0C97C) is unknown color: approx Pine Glade. HEX triplet: C0, C9 and 7C. RGB value is (192,201,124). Sum of RGB (Red+Green+Blue) = 192+201+124=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 124 (48.83% from 255 or 23.98% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C97C is #3F3683. Grayscale: #BDBDBD. Windows color (decimal): -4142724 or 8178112. OLE color: 8178112.

HSL color Cylindrical-coordinate representation of color #C0C97C: hue angle of 67.01º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0C97C is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB192201124-
CMYK0.0400.380.21
HSL67.01º41.62%63.73%-
HSV(B)67.01º38.31%78.82%-
XYZ46.2654.4327.14-
YUV189.5391.02129.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.14%
GREEN value IS 201 (78.91% from 255) = 38.88%
BLUE value IS 124 (48.83% from 255) = 23.98%
R=37.14%
G=38.88%
B=23.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1922011240.0400.380.2167.0141.6263.73
HexC0C97C402615432a40
Octal30031117440462510352100
Binary1100000011001001111110010001001101010110000111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C97C; }

 p { color: rgb(192,201,124); }

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

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

 a { background-color: rgb(192,201,124); }

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

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

 span { border-color: rgb(192,201,124); }

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