Html Css Color HEX #C2C289 Pine Glade

📋 copy color: '#C2C289'

red 194 ◦ green 194 ◦ blue 137

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

Shades of Pine Glade #C2C289

Tints of Pine Glade #C2C289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 26.1%

R = 36.95%
G = 36.95%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2C289 (or 0xC2C289) is known color: Pine Glade. HEX triplet: C2, C2 and 89. RGB value is (194,194,137). Sum of RGB (Red+Green+Blue) = 194+194+137=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 137 (53.91% from 255 or 26.10% from 525); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C289 is #3D3D76. Grayscale: #BBBBBB. Windows color (decimal): -4013431 or 9028290. OLE color: 9028290.

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

Color convert

RGB 194 194 137 -
CMYK 0 0 0.29 0.24
HSL 60º 0.32% 0.65% -
HSV(B) 60º 0.29% 0.76% -
XYZ 46.06 51.86 31.25 -
YUV 187.5 99.5 132.63 -
System Red Green Blue C M Y K H S L
Decimal 194 194 137 0 0 0.29 0.24 60 0.32 0.65
Hex C2 C2 89 0 0 1D 18 3C 20 41
Octal 302 302 211 0 0 35 30 74 40 101
Binary 11000010 11000010 10001001 0 0 11101 11000 111100 100000 1000001

Color Harmonies of #C2C289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C289

Black with #C2C289

Text Example


Text Example

White with #C2C289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C289; }

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

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

background-color css

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

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

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

border-color css

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

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

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