Html Css Color HEX #C6C571 Pine Glade

📋 copy color: '#C6C571'

red 198 ◦ green 197 ◦ blue 113

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

Shades of Pine Glade #C6C571

Tints of Pine Glade #C6C571

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.78%

 BLUE value IS 113 (44.53% from 255) = 22.24%

R = 38.98%
G = 38.78%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C6C571 (or 0xC6C571) is known color: Pine Glade. HEX triplet: C6, C5 and 71. RGB value is (198,197,113). Sum of RGB (Red+Green+Blue) = 198+197+113=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C571 is #393A8E. Grayscale: #BCBCBC. Windows color (decimal): -3750543 or 7456198. OLE color: 7456198.

HSL color Cylindrical-coordinate representation of color #C6C571: hue angle of 59.29º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C6C571 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 197 113 -
CMYK 0 0.01 0.43 0.22
HSL 59.29º 0.43% 0.61% -
HSV(B) 59.29º 0.43% 0.78% -
XYZ 46.24 53.13 23.44 -
YUV 187.72 85.83 135.33 -
System Red Green Blue C M Y K H S L
Decimal 198 197 113 0 0.01 0.43 0.22 59.29 0.43 0.61
Hex C6 C5 71 0 1 2B 16 3B 2B 3D
Octal 306 305 161 0 1 53 26 73 53 75
Binary 11000110 11000101 1110001 0 1 101011 10110 111011 101011 111101

Color Harmonies of #C6C571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C571

Black with #C6C571

Text Example


Text Example

White with #C6C571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C571; }

 p { color: rgb(198,197,113); }

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

background-color css

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

 a { background-color: rgb(198,197,113); }

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

border-color css

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

 span { border-color: rgb(198,197,113); }

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