#C0C177

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

Shades of Pine Glade #C0C177

Tints of Pine Glade #C0C177

Color information

#C0C177 (or 0xC0C177) is unknown color: approx Pine Glade. HEX triplet: C0, C1 and 77. RGB value is (192,193,119). Sum of RGB (Red+Green+Blue) = 192+193+119=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C177 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C177 is #3F3E88. Grayscale: #B8B8B8. Windows color (decimal): -4144777 or 7848384. OLE color: 7848384.

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

Color convert

RGB192193119-
CMYK0.0100.380.24
HSL60.81º37.37%61.18%-
HSV(B)60.81º38.34%75.69%-
XYZ44.1450.6824.91-
YUV184.2691.17133.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.10%
GREEN value IS 193 (75.78% from 255) = 38.29%
BLUE value IS 119 (46.88% from 255) = 23.61%
R=38.10%
G=38.29%
B=23.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921931190.0100.380.2460.8137.3761.18
HexC0C1771026183d253d
Octal300301167104630754575
Binary110000001100000111101111010011011000111101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C177; }

 p { color: rgb(192,193,119); }

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

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

 a { background-color: rgb(192,193,119); }

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

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

 span { border-color: rgb(192,193,119); }

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