Html Css Color HEX #C2C287 Pine Glade

📋 copy color: '#C2C287'

red 194 ◦ green 194 ◦ blue 135

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

Shades of Pine Glade #C2C287

Tints of Pine Glade #C2C287

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.09%

 BLUE value IS 135 (53.13% from 255) = 25.81%

R = 37.09%
G = 37.09%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C2C287 (or 0xC2C287) is known color: Pine Glade. HEX triplet: C2, C2 and 87. RGB value is (194,194,135). Sum of RGB (Red+Green+Blue) = 194+194+135=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 135 (53.12% from 255 or 25.81% from 523); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C287 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C287 is #3D3D78. Grayscale: #BBBBBB. Windows color (decimal): -4013433 or 8897218. OLE color: 8897218.

HSL color Cylindrical-coordinate representation of color #C2C287: hue angle of 60º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2C287 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 194 135 -
CMYK 0 0 0.30 0.24
HSL 60º 0.33% 0.65% -
HSV(B) 60º 0.3% 0.76% -
XYZ 45.91 51.8 30.5 -
YUV 187.27 98.5 132.8 -
System Red Green Blue C M Y K H S L
Decimal 194 194 135 0 0 0.30 0.24 60 0.33 0.65
Hex C2 C2 87 0 0 1E 18 3C 21 41
Octal 302 302 207 0 0 36 30 74 41 101
Binary 11000010 11000010 10000111 0 0 11110 11000 111100 100001 1000001

Color Harmonies of #C2C287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C287

Black with #C2C287

Text Example


Text Example

White with #C2C287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C287; }

 p { color: rgb(194,194,135); }

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

background-color css

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

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

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

border-color css

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

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

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