#958530

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

Shades of Lemon Ginger #958530

Tints of Lemon Ginger #958530

Color information

#958530 (or 0x958530) is unknown color: approx Lemon Ginger. HEX triplet: 95, 85 and 30. RGB value is (149,133,48). Sum of RGB (Red+Green+Blue) = 149+133+48=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #958530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958530 is #6A7ACF. Grayscale: #808080. Windows color (decimal): -6978256 or 3179925. OLE color: 3179925.

HSL color Cylindrical-coordinate representation of color #958530: hue angle of 50.5º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #958530 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB14913348-
CMYK00.110.680.42
HSL50.5º51.27%38.63%-
HSV(B)50.5º67.79%58.43%-
XYZ21.3223.386.19-
YUV128.0982.8142.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.15%
GREEN value IS 133 (52.34% from 255) = 40.30%
BLUE value IS 48 (19.14% from 255) = 14.55%
R=45.15%
G=40.30%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491334800.110.680.4250.551.2738.63
Hex9585300B442A323327
Octal2252056001310452626347
Binary1001010110000101110000010111000100101010110010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958530; }

 p { color: rgb(149,133,48); }

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

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

 a { background-color: rgb(149,133,48); }

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

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

 span { border-color: rgb(149,133,48); }

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