#C2C671

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

Shades of Pine Glade #C2C671

Tints of Pine Glade #C2C671

Color information

#C2C671 (or 0xC2C671) is unknown color: approx Pine Glade. HEX triplet: C2, C6 and 71. RGB value is (194,198,113). Sum of RGB (Red+Green+Blue) = 194+198+113=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C671 is #3D398E. Grayscale: #BBBBBB. Windows color (decimal): -4012431 or 7456450. OLE color: 7456450.

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

Color convert

RGB194198113-
CMYK0.0200.430.22
HSL62.82º42.71%60.98%-
HSV(B)62.82º42.93%77.65%-
XYZ45.4253.0523.47-
YUV187.1186.17132.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.42%
GREEN value IS 198 (77.73% from 255) = 39.21%
BLUE value IS 113 (44.53% from 255) = 22.38%
R=38.42%
G=39.21%
B=22.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941981130.0200.430.2262.8242.7160.98
HexC2C671202B163f2b3d
Octal302306161205326775375
Binary1100001011000110111000110010101110110111111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C671; }

 p { color: rgb(194,198,113); }

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

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

 a { background-color: rgb(194,198,113); }

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

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

 span { border-color: rgb(194,198,113); }

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