#958A27

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

Shades of Lemon Ginger #958A27

Tints of Lemon Ginger #958A27

Color information

#958A27 (or 0x958A27) is unknown color: approx Lemon Ginger. HEX triplet: 95, 8A and 27. RGB value is (149,138,39). Sum of RGB (Red+Green+Blue) = 149+138+39=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #958A27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958A27 is #6A75D8. Grayscale: #828282. Windows color (decimal): -6976985 or 2591381. OLE color: 2591381.

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

Color convert

RGB14913839-
CMYK00.070.740.42
HSL54º58.51%36.86%-
HSV(B)54º73.83%58.43%-
XYZ21.8524.715.54-
YUV13076.64141.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.71%
GREEN value IS 138 (54.30% from 255) = 42.33%
BLUE value IS 39 (15.62% from 255) = 11.96%
R=45.71%
G=42.33%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491383900.070.740.425458.5136.86
Hex958A27074A2A363b25
Octal225212470711252667345
Binary100101011000101010011101111001010101010110110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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