#95902A

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

Shades of Lemon Ginger #95902A

Tints of Lemon Ginger #95902A

Color information

#95902A (or 0x95902A) is unknown color: approx Lemon Ginger. HEX triplet: 95, 90 and 2A. RGB value is (149,144,42). Sum of RGB (Red+Green+Blue) = 149+144+42=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #95902A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95902A is #6A6FD5. Grayscale: #868686. Windows color (decimal): -6975446 or 2789525. OLE color: 2789525.

HSL color Cylindrical-coordinate representation of color #95902A: hue angle of 57.2º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95902A is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB14914442-
CMYK00.030.720.42
HSL57.2º56.02%37.45%-
HSV(B)57.2º71.81%58.43%-
XYZ22.7926.56.11-
YUV133.8776.16138.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 144 (56.64% from 255) = 42.99%
BLUE value IS 42 (16.80% from 255) = 12.54%
R=44.48%
G=42.99%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491444200.030.720.4257.256.0237.45
Hex95902A03482A393825
Octal225220520311052717045
Binary10010101100100001010100111001000101010111001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95902A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,144,42); }

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

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

 a { background-color: rgb(149,144,42); }

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

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

 span { border-color: rgb(149,144,42); }

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