#95881A

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

Shades of Lemon Ginger #95881A

Tints of Lemon Ginger #95881A

Color information

#95881A (or 0x95881A) is unknown color: approx Lemon Ginger. HEX triplet: 95, 88 and 1A. RGB value is (149,136,26). Sum of RGB (Red+Green+Blue) = 149+136+26=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95881A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95881A is #6A77E5. Grayscale: #7F7F7F. Windows color (decimal): -6977510 or 1738901. OLE color: 1738901.

HSL color Cylindrical-coordinate representation of color #95881A: hue angle of 53.66º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95881A is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB14913626-
CMYK00.090.830.42
HSL53.66º70.29%34.31%-
HSV(B)53.66º82.55%58.43%-
XYZ21.3924.074.5-
YUV127.3570.81143.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 136 (53.52% from 255) = 43.73%
BLUE value IS 26 (10.55% from 255) = 8.36%
R=47.91%
G=43.73%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491362600.090.830.4253.6670.2934.31
Hex95881A09532A364622
Octal22521032011123526610642
Binary1001010110001000110100100110100111010101101101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95881A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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