Html Css Color HEX #C2C77C Pine Glade

📋 copy color: '#C2C77C'

red 194 ◦ green 199 ◦ blue 124

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

Shades of Pine Glade #C2C77C

Tints of Pine Glade #C2C77C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.98%

R = 37.52%
G = 38.49%
B = 23.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C2C77C (or 0xC2C77C) is known color: Pine Glade. HEX triplet: C2, C7 and 7C. RGB value is (194,199,124). Sum of RGB (Red+Green+Blue) = 194+199+124=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 124 (48.83% from 255 or 23.98% from 517); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C77C is #3D3883. Grayscale: #BDBDBD. Windows color (decimal): -4012164 or 8177602. OLE color: 8177602.

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

Color convert

RGB 194 199 124 -
CMYK 0.03 0 0.38 0.22
HSL 64º 0.4% 0.63% -
HSV(B) 64º 0.38% 0.78% -
XYZ 46.31 53.77 27.01 -
YUV 188.96 91.34 131.6 -
System Red Green Blue C M Y K H S L
Decimal 194 199 124 0.03 0 0.38 0.22 64 0.4 0.63
Hex C2 C7 7C 3 0 26 16 40 28 3F
Octal 302 307 174 3 0 46 26 100 50 77
Binary 11000010 11000111 1111100 11 0 100110 10110 1000000 101000 111111

Color Harmonies of #C2C77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C77C

Black with #C2C77C

Text Example


Text Example

White with #C2C77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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