#958A10

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

Shades of Lemon Ginger #958A10

Tints of Lemon Ginger #958A10

Color information

#958A10 (or 0x958A10) is unknown color: approx Lemon Ginger. HEX triplet: 95, 8A and 10. RGB value is (149,138,16). Sum of RGB (Red+Green+Blue) = 149+138+16=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #958A10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958A10 is #6A75EF. Grayscale: #7F7F7F. Windows color (decimal): -6977008 or 1084053. OLE color: 1084053.

HSL color Cylindrical-coordinate representation of color #958A10: hue angle of 55.04º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #958A10 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB14913816-
CMYK00.070.890.42
HSL55.04º80.61%32.35%-
HSV(B)55.04º89.26%58.43%-
XYZ21.5824.64.1-
YUV127.3865.14143.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.17%
GREEN value IS 138 (54.30% from 255) = 45.54%
BLUE value IS 16 (6.64% from 255) = 5.28%
R=49.17%
G=45.54%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491381600.070.890.4255.0480.6132.35
Hex958A1007592A375120
Octal2252122007131526712140
Binary100101011000101010000011110110011010101101111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958A10; }

 p { color: rgb(149,138,16); }

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

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

 a { background-color: rgb(149,138,16); }

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

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

 span { border-color: rgb(149,138,16); }

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