#C2C379

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

Shades of Pine Glade #C2C379

Tints of Pine Glade #C2C379

Color information

#C2C379 (or 0xC2C379) is unknown color: approx Pine Glade. HEX triplet: C2, C3 and 79. RGB value is (194,195,121). Sum of RGB (Red+Green+Blue) = 194+195+121=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 121 (47.66% from 255 or 23.73% from 510); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C379 is #3D3C86. Grayscale: #BABABA. Windows color (decimal): -4013191 or 7979970. OLE color: 7979970.

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

Color convert

RGB194195121-
CMYK0.0100.380.24
HSL60.81º38.14%61.96%-
HSV(B)60.81º37.95%76.47%-
XYZ45.2151.8825.72-
YUV186.2691.17133.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.04%
GREEN value IS 195 (76.56% from 255) = 38.24%
BLUE value IS 121 (47.66% from 255) = 23.73%
R=38.04%
G=38.24%
B=23.73%

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
Decimal1941951210.0100.380.2460.8138.1461.96
HexC2C3791026183d263e
Octal302303171104630754676
Binary110000101100001111110011010011011000111101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C379; }

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

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

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

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

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

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

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

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