Html Css Color HEX #C2C17E Pine Glade

📋 copy color: '#C2C17E'

red 194 ◦ green 193 ◦ blue 126

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

Shades of Pine Glade #C2C17E

Tints of Pine Glade #C2C17E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.56%

R = 37.82%
G = 37.62%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2C17E (or 0xC2C17E) is known color: Pine Glade. HEX triplet: C2, C1 and 7E. RGB value is (194,193,126). Sum of RGB (Red+Green+Blue) = 194+193+126=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C17E is #3D3E81. Grayscale: #B9B9B9. Windows color (decimal): -4013698 or 8307138. OLE color: 8307138.

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

Color convert

RGB 194 193 126 -
CMYK 0 0.01 0.35 0.24
HSL 59.12º 0.36% 0.63% -
HSV(B) 59.12º 0.35% 0.76% -
XYZ 45.08 51.12 27.23 -
YUV 185.66 94.33 133.95 -
System Red Green Blue C M Y K H S L
Decimal 194 193 126 0 0.01 0.35 0.24 59.12 0.36 0.63
Hex C2 C1 7E 0 1 23 18 3B 24 3F
Octal 302 301 176 0 1 43 30 73 44 77
Binary 11000010 11000001 1111110 0 1 100011 11000 111011 100100 111111

Color Harmonies of #C2C17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C17E

Black with #C2C17E

Text Example


Text Example

White with #C2C17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C17E; }

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

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

background-color css

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

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

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

border-color css

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

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

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