Html Css Color HEX #C6C57D Pine Glade

📋 copy color: '#C6C57D'

red 198 ◦ green 197 ◦ blue 125

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

Shades of Pine Glade #C6C57D

Tints of Pine Glade #C6C57D

RGB

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

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

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

R = 38.08%
G = 37.88%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6C57D (or 0xC6C57D) is known color: Pine Glade. HEX triplet: C6, C5 and 7D. RGB value is (198,197,125). Sum of RGB (Red+Green+Blue) = 198+197+125=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C57D is #393A82. Grayscale: #BDBDBD. Windows color (decimal): -3750531 or 8242630. OLE color: 8242630.

HSL color Cylindrical-coordinate representation of color #C6C57D: hue angle of 59.18º 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 #C6C57D is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 197 125 -
CMYK 0 0.01 0.37 0.22
HSL 59.18º 0.39% 0.63% -
HSV(B) 59.18º 0.37% 0.78% -
XYZ 46.96 53.42 27.24 -
YUV 189.09 91.83 134.35 -
System Red Green Blue C M Y K H S L
Decimal 198 197 125 0 0.01 0.37 0.22 59.18 0.39 0.63
Hex C6 C5 7D 0 1 25 16 3B 27 3F
Octal 306 305 175 0 1 45 26 73 47 77
Binary 11000110 11000101 1111101 0 1 100101 10110 111011 100111 111111

Color Harmonies of #C6C57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C57D

Black with #C6C57D

Text Example


Text Example

White with #C6C57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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