Html Css Color HEX #C2C17D Pine Glade

📋 copy color: '#C2C17D'

red 194 ◦ green 193 ◦ blue 125

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

Shades of Pine Glade #C2C17D

Tints of Pine Glade #C2C17D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.7%

 BLUE value IS 125 (49.22% from 255) = 24.41%

R = 37.89%
G = 37.7%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2C17D (or 0xC2C17D) is known color: Pine Glade. HEX triplet: C2, C1 and 7D. RGB value is (194,193,125). Sum of RGB (Red+Green+Blue) = 194+193+125=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C17D is #3D3E82. Grayscale: #B9B9B9. Windows color (decimal): -4013699 or 8241602. OLE color: 8241602.

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

Color convert

RGB 194 193 125 -
CMYK 0 0.01 0.36 0.24
HSL 59.13º 0.36% 0.63% -
HSV(B) 59.13º 0.36% 0.76% -
XYZ 45.02 51.09 26.89 -
YUV 185.55 93.83 134.03 -
System Red Green Blue C M Y K H S L
Decimal 194 193 125 0 0.01 0.36 0.24 59.13 0.36 0.63
Hex C2 C1 7D 0 1 24 18 3B 24 3F
Octal 302 301 175 0 1 44 30 73 44 77
Binary 11000010 11000001 1111101 0 1 100100 11000 111011 100100 111111

Color Harmonies of #C2C17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C17D

Black with #C2C17D

Text Example


Text Example

White with #C2C17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C17D; }

 p { color: rgb(194,193,125); }

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

background-color css

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

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

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

border-color css

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

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

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