#958B2B

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

Shades of Lemon Ginger #958B2B

Tints of Lemon Ginger #958B2B

Color information

#958B2B (or 0x958B2B) is unknown color: approx Lemon Ginger. HEX triplet: 95, 8B and 2B. RGB value is (149,139,43). Sum of RGB (Red+Green+Blue) = 149+139+43=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #958B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958B2B is #6A74D4. Grayscale: #838383. Windows color (decimal): -6976725 or 2853781. OLE color: 2853781.

HSL color Cylindrical-coordinate representation of color #958B2B: hue angle of 54.34º 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 #958B2B is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB14913943-
CMYK00.070.710.42
HSL54.34º55.21%37.65%-
HSV(B)54.34º71.14%58.43%-
XYZ22.0625.035.95-
YUV131.0578.31140.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 139 (54.69% from 255) = 41.99%
BLUE value IS 43 (17.19% from 255) = 12.99%
R=45.02%
G=41.99%
B=12.99%

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
Decimal1491394300.070.710.4254.3455.2137.65
Hex958B2B07472A363726
Octal225213530710752666746
Binary100101011000101110101101111000111101010110110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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