#958A28

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

Shades of Lemon Ginger #958A28

Tints of Lemon Ginger #958A28

Color information

#958A28 (or 0x958A28) is unknown color: approx Lemon Ginger. HEX triplet: 95, 8A and 28. RGB value is (149,138,40). Sum of RGB (Red+Green+Blue) = 149+138+40=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #958A28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958A28 is #6A75D7. Grayscale: #828282. Windows color (decimal): -6976984 or 2656917. OLE color: 2656917.

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

Color convert

RGB14913840-
CMYK00.070.730.42
HSL53.94º57.67%37.06%-
HSV(B)53.94º73.15%58.43%-
XYZ21.8724.725.63-
YUV130.1277.14141.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 138 (54.30% from 255) = 42.20%
BLUE value IS 40 (16.02% from 255) = 12.23%
R=45.57%
G=42.20%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491384000.070.730.4253.9457.6737.06
Hex958A2807492A363a25
Octal225212500711152667245
Binary100101011000101010100001111001001101010110110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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