Html Css Color HEX #C2C486 Pine Glade

📋 copy color: '#C2C486'

red 194 ◦ green 196 ◦ blue 134

#C2C486
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #C2C486

Tints of Pine Glade #C2C486

RGB

 RED value IS 194 (76.17% from 255) = 37.02%

 GREEN value IS 196 (76.95% from 255) = 37.4%

 BLUE value IS 134 (52.73% from 255) = 25.57%

R = 37.02%
G = 37.4%
B = 25.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C2C486 (or 0xC2C486) is known color: Pine Glade. HEX triplet: C2, C4 and 86. RGB value is (194,196,134). Sum of RGB (Red+Green+Blue) = 194+196+134=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C486 is #3D3B79. Grayscale: #BCBCBC. Windows color (decimal): -4012922 or 8832194. OLE color: 8832194.

HSL color Cylindrical-coordinate representation of color #C2C486: hue angle of 61.94º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2C486 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 196 134 -
CMYK 0.01 0 0.32 0.23
HSL 61.94º 0.34% 0.65% -
HSV(B) 61.94º 0.32% 0.77% -
XYZ 46.29 52.67 30.28 -
YUV 188.33 97.34 132.04 -
System Red Green Blue C M Y K H S L
Decimal 194 196 134 0.01 0 0.32 0.23 61.94 0.34 0.65
Hex C2 C4 86 1 0 20 17 3E 22 41
Octal 302 304 206 1 0 40 27 76 42 101
Binary 11000010 11000100 10000110 1 0 100000 10111 111110 100010 1000001

Color Harmonies of #C2C486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C486

Black with #C2C486

Text Example


Text Example

White with #C2C486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C486; }

 p { color: rgb(194,196,134); }

 H1.HeaderClassName
 {
   color: #C2C486;
 }
 .AnyTagClassName
 {
   color: #C2C486;
 }
</style>

background-color css

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

 a { background-color: rgb(194,196,134); }

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

border-color css

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

 span { border-color: rgb(194,196,134); }

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