#C2C373

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

Shades of Pine Glade #C2C373

Tints of Pine Glade #C2C373

Color information

#C2C373 (or 0xC2C373) is unknown color: approx Pine Glade. HEX triplet: C2, C3 and 73. RGB value is (194,195,115). Sum of RGB (Red+Green+Blue) = 194+195+115=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C373 is #3D3C8C. Grayscale: #B9B9B9. Windows color (decimal): -4013197 or 7586754. OLE color: 7586754.

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

Color convert

RGB194195115-
CMYK0.0100.410.24
HSL60.75º40%60.78%-
HSV(B)60.75º41.03%76.47%-
XYZ44.8651.7423.84-
YUV185.5888.17134-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.49%
GREEN value IS 195 (76.56% from 255) = 38.69%
BLUE value IS 115 (45.31% from 255) = 22.82%
R=38.49%
G=38.69%
B=22.82%

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
Decimal1941951150.0100.410.2460.754060.78
HexC2C3731029183d283d
Octal302303163105130755075
Binary110000101100001111100111010100111000111101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C373; }

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

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

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

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

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

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

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

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