#C0C378

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

Shades of Pine Glade #C0C378

Tints of Pine Glade #C0C378

Color information

#C0C378 (or 0xC0C378) is unknown color: approx Pine Glade. HEX triplet: C0, C3 and 78. RGB value is (192,195,120). Sum of RGB (Red+Green+Blue) = 192+195+120=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C378 is #3F3C87. Grayscale: #B9B9B9. Windows color (decimal): -4144264 or 7914432. OLE color: 7914432.

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

Color convert

RGB192195120-
CMYK0.0200.380.24
HSL62.4º38.46%61.76%-
HSV(B)62.4º38.46%76.47%-
XYZ44.6451.5925.37-
YUV185.5591.01132.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.87%
GREEN value IS 195 (76.56% from 255) = 38.46%
BLUE value IS 120 (47.27% from 255) = 23.67%
R=37.87%
G=38.46%
B=23.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921951200.0200.380.2462.438.4661.76
HexC0C3782026183e263e
Octal300303170204630764676
Binary1100000011000011111100010010011011000111110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C378; }

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

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

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

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

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

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

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

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