#958A2B

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

Shades of Lemon Ginger #958A2B

Tints of Lemon Ginger #958A2B

Color information

#958A2B (or 0x958A2B) is unknown color: approx Lemon Ginger. HEX triplet: 95, 8A and 2B. RGB value is (149,138,43). Sum of RGB (Red+Green+Blue) = 149+138+43=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #958A2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958A2B is #6A75D4. Grayscale: #828282. Windows color (decimal): -6976981 or 2853525. OLE color: 2853525.

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

Color convert

RGB14913843-
CMYK00.070.710.42
HSL53.77º55.21%37.65%-
HSV(B)53.77º71.14%58.43%-
XYZ21.9224.745.91-
YUV130.4678.64141.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.15%
GREEN value IS 138 (54.30% from 255) = 41.82%
BLUE value IS 43 (17.19% from 255) = 13.03%
R=45.15%
G=41.82%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491384300.070.710.4253.7755.2137.65
Hex958A2B07472A363726
Octal225212530710752666746
Binary100101011000101010101101111000111101010110110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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