Html Css Color HEX #C2C780 Pine Glade

📋 copy color: '#C2C780'

red 194 ◦ green 199 ◦ blue 128

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

Shades of Pine Glade #C2C780

Tints of Pine Glade #C2C780

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.2%

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

R = 37.24%
G = 38.2%
B = 24.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C2C780 (or 0xC2C780) is known color: Pine Glade. HEX triplet: C2, C7 and 80. RGB value is (194,199,128). Sum of RGB (Red+Green+Blue) = 194+199+128=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C780 is #3D387F. Grayscale: #BDBDBD. Windows color (decimal): -4012160 or 8439746. OLE color: 8439746.

HSL color Cylindrical-coordinate representation of color #C2C780: hue angle of 64.23º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2C780 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 199 128 -
CMYK 0.03 0 0.36 0.22
HSL 64.23º 0.39% 0.64% -
HSV(B) 64.23º 0.36% 0.78% -
XYZ 46.57 53.87 28.37 -
YUV 189.41 93.34 131.27 -
System Red Green Blue C M Y K H S L
Decimal 194 199 128 0.03 0 0.36 0.22 64.23 0.39 0.64
Hex C2 C7 80 3 0 24 16 40 27 40
Octal 302 307 200 3 0 44 26 100 47 100
Binary 11000010 11000111 10000000 11 0 100100 10110 1000000 100111 1000000

Color Harmonies of #C2C780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C780

Black with #C2C780

Text Example


Text Example

White with #C2C780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C780; }

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

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

background-color css

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

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

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

border-color css

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

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

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