#95881E

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

Shades of Lemon Ginger #95881E

Tints of Lemon Ginger #95881E

Color information

#95881E (or 0x95881E) is unknown color: approx Lemon Ginger. HEX triplet: 95, 88 and 1E. RGB value is (149,136,30). Sum of RGB (Red+Green+Blue) = 149+136+30=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #95881E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95881E is #6A77E1. Grayscale: #808080. Windows color (decimal): -6977506 or 2001045. OLE color: 2001045.

HSL color Cylindrical-coordinate representation of color #95881E: hue angle of 53.45º 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 #95881E is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB14913630-
CMYK00.090.800.42
HSL53.45º66.48%35.1%-
HSV(B)53.45º79.87%58.43%-
XYZ21.4324.094.75-
YUV127.872.81143.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 136 (53.52% from 255) = 43.17%
BLUE value IS 30 (12.11% from 255) = 9.52%
R=47.30%
G=43.17%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491363000.090.800.4253.4566.4835.1
Hex95881E09502A354223
Octal22521036011120526510243
Binary1001010110001000111100100110100001010101101011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95881E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95881E; }

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

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

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

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

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

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

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

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