#C1C876

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

Shades of Pine Glade #C1C876

Tints of Pine Glade #C1C876

Color information

#C1C876 (or 0xC1C876) is unknown color: approx Pine Glade. HEX triplet: C1, C8 and 76. RGB value is (193,200,118). Sum of RGB (Red+Green+Blue) = 193+200+118=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 200 - color contains mainly: green. Hex color #C1C876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C876 is #3E3789. Grayscale: #BCBCBC. Windows color (decimal): -4077450 or 7784641. OLE color: 7784641.

HSL color Cylindrical-coordinate representation of color #C1C876: hue angle of 65.12º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C1C876 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB193200118-
CMYK0.0400.410.22
HSL65.12º42.71%62.35%-
HSV(B)65.12º41%78.43%-
XYZ45.9253.9525.13-
YUV188.5688.18131.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.77%
GREEN value IS 200 (78.52% from 255) = 39.14%
BLUE value IS 118 (46.48% from 255) = 23.09%
R=37.77%
G=39.14%
B=23.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1932001180.0400.410.2265.1242.7162.35
HexC1C876402916412b3e
Octal3013101664051261015376
Binary110000011100100011101101000101001101101000001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C876; }

 p { color: rgb(193,200,118); }

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

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

 a { background-color: rgb(193,200,118); }

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

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

 span { border-color: rgb(193,200,118); }

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