Html Css Color HEX #C6C17C Pine Glade

📋 copy color: '#C6C17C'

red 198 ◦ green 193 ◦ blue 124

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

Shades of Pine Glade #C6C17C

Tints of Pine Glade #C6C17C

RGB

 RED value IS 198 (77.73% from 255) = 38.45%

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

 BLUE value IS 124 (48.83% from 255) = 24.08%

R = 38.45%
G = 37.48%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6C17C (or 0xC6C17C) is known color: Pine Glade. HEX triplet: C6, C1 and 7C. RGB value is (198,193,124). Sum of RGB (Red+Green+Blue) = 198+193+124=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C17C is #393E83. Grayscale: #BABABA. Windows color (decimal): -3751556 or 8176070. OLE color: 8176070.

HSL color Cylindrical-coordinate representation of color #C6C17C: hue angle of 55.95º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6C17C is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 193 124 -
CMYK 0 0.03 0.37 0.22
HSL 55.95º 0.39% 0.63% -
HSV(B) 55.95º 0.37% 0.78% -
XYZ 46 51.6 26.6 -
YUV 186.63 92.66 136.11 -
System Red Green Blue C M Y K H S L
Decimal 198 193 124 0 0.03 0.37 0.22 55.95 0.39 0.63
Hex C6 C1 7C 0 3 25 16 38 27 3F
Octal 306 301 174 0 3 45 26 70 47 77
Binary 11000110 11000001 1111100 0 11 100101 10110 111000 100111 111111

Color Harmonies of #C6C17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C17C

Black with #C6C17C

Text Example


Text Example

White with #C6C17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C17C; }

 p { color: rgb(198,193,124); }

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

background-color css

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

 a { background-color: rgb(198,193,124); }

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

border-color css

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

 span { border-color: rgb(198,193,124); }

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