Html Css Color HEX #C2C276 Pine Glade

📋 copy color: '#C2C276'

red 194 ◦ green 194 ◦ blue 118

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

Shades of Pine Glade #C2C276

Tints of Pine Glade #C2C276

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.34%

 BLUE value IS 118 (46.48% from 255) = 23.32%

R = 38.34%
G = 38.34%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C2C276 (or 0xC2C276) is known color: Pine Glade. HEX triplet: C2, C2 and 76. RGB value is (194,194,118). Sum of RGB (Red+Green+Blue) = 194+194+118=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C276 is #3D3D89. Grayscale: #B9B9B9. Windows color (decimal): -4013450 or 7783106. OLE color: 7783106.

HSL color Cylindrical-coordinate representation of color #C2C276: hue angle of 60º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2C276 is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 194 118 -
CMYK 0 0 0.39 0.24
HSL 60º 0.38% 0.61% -
HSV(B) 60º 0.39% 0.76% -
XYZ 44.81 51.36 24.69 -
YUV 185.34 90 134.18 -
System Red Green Blue C M Y K H S L
Decimal 194 194 118 0 0 0.39 0.24 60 0.38 0.61
Hex C2 C2 76 0 0 27 18 3C 26 3D
Octal 302 302 166 0 0 47 30 74 46 75
Binary 11000010 11000010 1110110 0 0 100111 11000 111100 100110 111101

Color Harmonies of #C2C276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C276

Black with #C2C276

Text Example


Text Example

White with #C2C276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C276; }

 p { color: rgb(194,194,118); }

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

background-color css

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

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

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

border-color css

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

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

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