#C5C178

Color #C5C178 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #C5C178

Tints of Pine Glade #C5C178

Color information

#C5C178 (or 0xC5C178) is unknown color: approx Pine Glade. HEX triplet: C5, C1 and 78. RGB value is (197,193,120). Sum of RGB (Red+Green+Blue) = 197+193+120=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C178 is #3A3E87. Grayscale: #BABABA. Windows color (decimal): -3817096 or 7913925. OLE color: 7913925.

HSL color Cylindrical-coordinate representation of color #C5C178: hue angle of 56.88º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C5C178 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB197193120-
CMYK00.020.390.23
HSL56.88º39.9%62.16%-
HSV(B)56.88º39.09%77.25%-
XYZ45.4951.3725.29-
YUV185.8790.83135.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.63%
GREEN value IS 193 (75.78% from 255) = 37.84%
BLUE value IS 120 (47.27% from 255) = 23.53%
R=38.63%
G=37.84%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719312000.020.390.2356.8839.962.16
HexC5C17802271739283e
Octal305301170024727715076
Binary1100010111000001111100001010011110111111001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C178; }

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

 H1.HeaderClassName
 {
   color: #C5C178;
 }
 .AnyTagClassName
 {
   color: #C5C178;
 }
</style>
background-color css

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

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

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

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

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

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