#958F1E

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

Shades of Lemon Ginger #958F1E

Tints of Lemon Ginger #958F1E

Color information

#958F1E (or 0x958F1E) is unknown color: approx Lemon Ginger. HEX triplet: 95, 8F and 1E. RGB value is (149,143,30). Sum of RGB (Red+Green+Blue) = 149+143+30=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #958F1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958F1E is #6A70E1. Grayscale: #848484. Windows color (decimal): -6975714 or 2002837. OLE color: 2002837.

HSL color Cylindrical-coordinate representation of color #958F1E: hue angle of 56.97º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #958F1E is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB14914330-
CMYK00.040.800.42
HSL56.97º66.48%35.1%-
HSV(B)56.97º79.87%58.43%-
XYZ22.4526.135.09-
YUV131.9170.49140.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.27%
GREEN value IS 143 (56.25% from 255) = 44.41%
BLUE value IS 30 (12.11% from 255) = 9.32%
R=46.27%
G=44.41%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491433000.040.800.4256.9766.4835.1
Hex958F1E04502A394223
Octal2252173604120527110243
Binary100101011000111111110010010100001010101110011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,143,30); }

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

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

 a { background-color: rgb(149,143,30); }

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

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

 span { border-color: rgb(149,143,30); }

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