#958716

Color #958716 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #958716

Tints of Lemon Ginger #958716

Color information

#958716 (or 0x958716) is unknown color: approx Lemon Ginger. HEX triplet: 95, 87 and 16. RGB value is (149,135,22). Sum of RGB (Red+Green+Blue) = 149+135+22=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #958716 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958716 is #6A78E9. Grayscale: #7E7E7E. Windows color (decimal): -6977770 or 1476501. OLE color: 1476501.

HSL color Cylindrical-coordinate representation of color #958716: hue angle of 53.39º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #958716 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB14913522-
CMYK00.090.850.42
HSL53.39º74.27%33.53%-
HSV(B)53.39º85.23%58.43%-
XYZ21.223.784.23-
YUV126.369.14144.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.69%
GREEN value IS 135 (53.12% from 255) = 44.12%
BLUE value IS 22 (8.98% from 255) = 7.19%
R=48.69%
G=44.12%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491352200.090.850.4253.3974.2733.53
Hex95871609552A354a22
Octal22520726011125526511242
Binary1001010110000111101100100110101011010101101011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958716; }

 p { color: rgb(149,135,22); }

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

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

 a { background-color: rgb(149,135,22); }

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

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

 span { border-color: rgb(149,135,22); }

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