#C2C376

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

Shades of Pine Glade #C2C376

Tints of Pine Glade #C2C376

Color information

#C2C376 (or 0xC2C376) is unknown color: approx Pine Glade. HEX triplet: C2, C3 and 76. RGB value is (194,195,118). Sum of RGB (Red+Green+Blue) = 194+195+118=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C376 is #3D3C89. Grayscale: #BABABA. Windows color (decimal): -4013194 or 7783362. OLE color: 7783362.

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

Color convert

RGB194195118-
CMYK0.0100.390.24
HSL60.78º39.09%61.37%-
HSV(B)60.78º39.49%76.47%-
XYZ45.0351.8124.77-
YUV185.9289.67133.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.26%
GREEN value IS 195 (76.56% from 255) = 38.46%
BLUE value IS 118 (46.48% from 255) = 23.27%
R=38.26%
G=38.46%
B=23.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941951180.0100.390.2460.7839.0961.37
HexC2C3761027183d273d
Octal302303166104730754775
Binary110000101100001111101101010011111000111101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C376; }

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

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

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

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

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

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

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

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