Html Css Color HEX #C2C480 Pine Glade

📋 copy color: '#C2C480'

red 194 ◦ green 196 ◦ blue 128

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

Shades of Pine Glade #C2C480

Tints of Pine Glade #C2C480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.71%

R = 37.45%
G = 37.84%
B = 24.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C2C480 (or 0xC2C480) is known color: Pine Glade. HEX triplet: C2, C4 and 80. RGB value is (194,196,128). Sum of RGB (Red+Green+Blue) = 194+196+128=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C480 is #3D3B7F. Grayscale: #BBBBBB. Windows color (decimal): -4012928 or 8438978. OLE color: 8438978.

HSL color Cylindrical-coordinate representation of color #C2C480: hue angle of 61.76º 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 #C2C480 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 196 128 -
CMYK 0.01 0 0.35 0.23
HSL 61.76º 0.37% 0.64% -
HSV(B) 61.76º 0.35% 0.77% -
XYZ 45.88 52.51 28.14 -
YUV 187.65 94.34 132.53 -
System Red Green Blue C M Y K H S L
Decimal 194 196 128 0.01 0 0.35 0.23 61.76 0.37 0.64
Hex C2 C4 80 1 0 23 17 3E 25 40
Octal 302 304 200 1 0 43 27 76 45 100
Binary 11000010 11000100 10000000 1 0 100011 10111 111110 100101 1000000

Color Harmonies of #C2C480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C480

Black with #C2C480

Text Example


Text Example

White with #C2C480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C480; }

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

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

background-color css

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

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

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

border-color css

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

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

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