#C2C784

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

Shades of Pine Glade #C2C784

Tints of Pine Glade #C2C784

Color information

#C2C784 (or 0xC2C784) is unknown color: approx Pine Glade. HEX triplet: C2, C7 and 84. RGB value is (194,199,132). Sum of RGB (Red+Green+Blue) = 194+199+132=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 132 (51.95% from 255 or 25.14% from 525); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C784 is #3D387B. Grayscale: #BEBEBE. Windows color (decimal): -4012156 or 8701890. OLE color: 8701890.

HSL color Cylindrical-coordinate representation of color #C2C784: hue angle of 64.48º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2C784 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB194199132-
CMYK0.0300.340.22
HSL64.48º37.43%64.9%-
HSV(B)64.48º33.67%78.04%-
XYZ46.8453.9829.78-
YUV189.8795.34130.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.95%
GREEN value IS 199 (78.12% from 255) = 37.90%
BLUE value IS 132 (51.95% from 255) = 25.14%
R=36.95%
G=37.90%
B=25.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941991320.0300.340.2264.4837.4364.9
HexC2C784302216402541
Octal30230720430422610045101
Binary1100001011000111100001001101000101011010000001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C784; }

 p { color: rgb(194,199,132); }

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

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

 a { background-color: rgb(194,199,132); }

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

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

 span { border-color: rgb(194,199,132); }

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