Html Css Color HEX #C2C984 Pine Glade

📋 copy color: '#C2C984'

red 194 ◦ green 201 ◦ blue 132

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

Shades of Pine Glade #C2C984

Tints of Pine Glade #C2C984

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.14%

 BLUE value IS 132 (51.95% from 255) = 25.05%

R = 36.81%
G = 38.14%
B = 25.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C2C984 (or 0xC2C984) is known color: Pine Glade. HEX triplet: C2, C9 and 84. RGB value is (194,201,132). Sum of RGB (Red+Green+Blue) = 194+201+132=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C984 is #3D367B. Grayscale: #BFBFBF. Windows color (decimal): -4011644 or 8702402. OLE color: 8702402.

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

Color convert

RGB 194 201 132 -
CMYK 0.03 0 0.34 0.21
HSL 66.09º 0.39% 0.65% -
HSV(B) 66.09º 0.34% 0.79% -
XYZ 47.3 54.91 29.94 -
YUV 191.04 94.68 130.11 -
System Red Green Blue C M Y K H S L
Decimal 194 201 132 0.03 0 0.34 0.21 66.09 0.39 0.65
Hex C2 C9 84 3 0 22 15 42 27 41
Octal 302 311 204 3 0 42 25 102 47 101
Binary 11000010 11001001 10000100 11 0 100010 10101 1000010 100111 1000001

Color Harmonies of #C2C984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C984

Black with #C2C984

Text Example


Text Example

White with #C2C984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C984; }

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

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

background-color css

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

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

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

border-color css

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

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

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