#C0C178

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

Shades of Pine Glade #C0C178

Tints of Pine Glade #C0C178

Color information

#C0C178 (or 0xC0C178) is unknown color: approx Pine Glade. HEX triplet: C0, C1 and 78. RGB value is (192,193,120). Sum of RGB (Red+Green+Blue) = 192+193+120=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C178 is #3F3E87. Grayscale: #B8B8B8. Windows color (decimal): -4144776 or 7913920. OLE color: 7913920.

HSL color Cylindrical-coordinate representation of color #C0C178: hue angle of 60.82º 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 #C0C178 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB192193120-
CMYK0.0100.380.24
HSL60.82º37.06%61.37%-
HSV(B)60.82º37.82%75.69%-
XYZ44.250.725.23-
YUV184.3891.67133.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.02%
GREEN value IS 193 (75.78% from 255) = 38.22%
BLUE value IS 120 (47.27% from 255) = 23.76%
R=38.02%
G=38.22%
B=23.76%

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
Decimal1921931200.0100.380.2460.8237.0661.37
HexC0C1781026183d253d
Octal300301170104630754575
Binary110000001100000111110001010011011000111101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C178; }

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

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

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

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

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

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

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

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