#C0C273

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

Shades of Pine Glade #C0C273

Tints of Pine Glade #C0C273

Color information

#C0C273 (or 0xC0C273) is unknown color: approx Pine Glade. HEX triplet: C0, C2 and 73. RGB value is (192,194,115). Sum of RGB (Red+Green+Blue) = 192+194+115=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C273 is #3F3D8C. Grayscale: #B8B8B8. Windows color (decimal): -4144525 or 7586496. OLE color: 7586496.

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

Color convert

RGB192194115-
CMYK0.0100.410.24
HSL61.52º39.3%60.59%-
HSV(B)61.52º40.72%76.08%-
XYZ44.1251.0323.74-
YUV184.488.84133.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.32%
GREEN value IS 194 (76.17% from 255) = 38.72%
BLUE value IS 115 (45.31% from 255) = 22.95%
R=38.32%
G=38.72%
B=22.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921941150.0100.410.2461.5239.360.59
HexC0C2731029183e273d
Octal300302163105130764775
Binary110000001100001011100111010100111000111110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C273; }

 p { color: rgb(192,194,115); }

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

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

 a { background-color: rgb(192,194,115); }

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

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

 span { border-color: rgb(192,194,115); }

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