Html Css Color HEX #C2C272 Pine Glade

📋 copy color: '#C2C272'

red 194 ◦ green 194 ◦ blue 114

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

Shades of Pine Glade #C2C272

Tints of Pine Glade #C2C272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.71%

R = 38.65%
G = 38.65%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C2C272 (or 0xC2C272) is known color: Pine Glade. HEX triplet: C2, C2 and 72. RGB value is (194,194,114). Sum of RGB (Red+Green+Blue) = 194+194+114=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C272 is #3D3D8D. Grayscale: #B9B9B9. Windows color (decimal): -4013454 or 7520962. OLE color: 7520962.

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

Color convert

RGB 194 194 114 -
CMYK 0 0 0.41 0.24
HSL 60º 0.4% 0.6% -
HSV(B) 60º 0.41% 0.76% -
XYZ 44.58 51.27 23.47 -
YUV 184.88 88 134.5 -
System Red Green Blue C M Y K H S L
Decimal 194 194 114 0 0 0.41 0.24 60 0.4 0.6
Hex C2 C2 72 0 0 29 18 3C 28 3C
Octal 302 302 162 0 0 51 30 74 50 74
Binary 11000010 11000010 1110010 0 0 101001 11000 111100 101000 111100

Color Harmonies of #C2C272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C272

Black with #C2C272

Text Example


Text Example

White with #C2C272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C272; }

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

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

background-color css

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

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

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

border-color css

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

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

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