#958630

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

Shades of Lemon Ginger #958630

Tints of Lemon Ginger #958630

Color information

#958630 (or 0x958630) is unknown color: approx Lemon Ginger. HEX triplet: 95, 86 and 30. RGB value is (149,134,48). Sum of RGB (Red+Green+Blue) = 149+134+48=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #958630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958630 is #6A79CF. Grayscale: #818181. Windows color (decimal): -6978000 or 3180181. OLE color: 3180181.

HSL color Cylindrical-coordinate representation of color #958630: hue angle of 51.09º 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 #958630 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB14913448-
CMYK00.100.680.42
HSL51.09º51.27%38.63%-
HSV(B)51.09º67.79%58.43%-
XYZ21.4523.656.23-
YUV128.6882.47142.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 134 (52.73% from 255) = 40.48%
BLUE value IS 48 (19.14% from 255) = 14.50%
R=45.02%
G=40.48%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491344800.100.680.4251.0951.2738.63
Hex9586300A442A333327
Octal2252066001210452636347
Binary1001010110000110110000010101000100101010110011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958630; }

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

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

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

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

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

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

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

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