Html Css Color HEX #C6C578 Pine Glade

📋 copy color: '#C6C578'

red 198 ◦ green 197 ◦ blue 120

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

Shades of Pine Glade #C6C578

Tints of Pine Glade #C6C578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.3%

R = 38.45%
G = 38.25%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C6C578 (or 0xC6C578) is known color: Pine Glade. HEX triplet: C6, C5 and 78. RGB value is (198,197,120). Sum of RGB (Red+Green+Blue) = 198+197+120=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C578 is #393A87. Grayscale: #BCBCBC. Windows color (decimal): -3750536 or 7914950. OLE color: 7914950.

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

Color convert

RGB 198 197 120 -
CMYK 0 0.01 0.39 0.22
HSL 59.23º 0.41% 0.62% -
HSV(B) 59.23º 0.39% 0.78% -
XYZ 46.65 53.29 25.6 -
YUV 188.52 89.33 134.76 -
System Red Green Blue C M Y K H S L
Decimal 198 197 120 0 0.01 0.39 0.22 59.23 0.41 0.62
Hex C6 C5 78 0 1 27 16 3B 29 3E
Octal 306 305 170 0 1 47 26 73 51 76
Binary 11000110 11000101 1111000 0 1 100111 10110 111011 101001 111110

Color Harmonies of #C6C578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C578

Black with #C6C578

Text Example


Text Example

White with #C6C578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C578; }

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

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

background-color css

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

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

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

border-color css

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

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

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