Html Css Color HEX #C2C581 Pine Glade

📋 copy color: '#C2C581'

red 194 ◦ green 197 ◦ blue 129

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

Shades of Pine Glade #C2C581

Tints of Pine Glade #C2C581

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.88%

 BLUE value IS 129 (50.78% from 255) = 24.81%

R = 37.31%
G = 37.88%
B = 24.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C2C581 (or 0xC2C581) is known color: Pine Glade. HEX triplet: C2, C5 and 81. RGB value is (194,197,129). Sum of RGB (Red+Green+Blue) = 194+197+129=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C581 is #3D3A7E. Grayscale: #BCBCBC. Windows color (decimal): -4012671 or 8504770. OLE color: 8504770.

HSL color Cylindrical-coordinate representation of color #C2C581: hue angle of 62.65º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2C581 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 197 129 -
CMYK 0.02 0 0.35 0.23
HSL 62.65º 0.37% 0.64% -
HSV(B) 62.65º 0.35% 0.77% -
XYZ 46.18 52.99 28.56 -
YUV 188.35 94.51 132.03 -
System Red Green Blue C M Y K H S L
Decimal 194 197 129 0.02 0 0.35 0.23 62.65 0.37 0.64
Hex C2 C5 81 2 0 23 17 3F 25 40
Octal 302 305 201 2 0 43 27 77 45 100
Binary 11000010 11000101 10000001 10 0 100011 10111 111111 100101 1000000

Color Harmonies of #C2C581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C581

Black with #C2C581

Text Example


Text Example

White with #C2C581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C581; }

 p { color: rgb(194,197,129); }

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

background-color css

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

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

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

border-color css

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

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

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