#908A2D

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

Shades of Lemon Ginger #908A2D

Tints of Lemon Ginger #908A2D

Color information

#908A2D (or 0x908A2D) is unknown color: approx Lemon Ginger. HEX triplet: 90, 8A and 2D. RGB value is (144,138,45). Sum of RGB (Red+Green+Blue) = 144+138+45=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 144 - color contains mainly: red. Hex color #908A2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908A2D is #6F75D2. Grayscale: #818181. Windows color (decimal): -7304659 or 2984592. OLE color: 2984592.

HSL color Cylindrical-coordinate representation of color #908A2D: hue angle of 56.36º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #908A2D is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB14413845-
CMYK00.040.690.44
HSL56.36º52.38%37.06%-
HSV(B)56.36º68.75%56.47%-
XYZ21.0624.36.06-
YUV129.1980.49138.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.04%
GREEN value IS 138 (54.30% from 255) = 42.20%
BLUE value IS 45 (17.97% from 255) = 13.76%
R=44.04%
G=42.20%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441384500.040.690.4456.3652.3837.06
Hex908A2D04452C383425
Octal220212550410554706445
Binary100100001000101010110101001000101101100111000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908A2D; }

 p { color: rgb(144,138,45); }

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

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

 a { background-color: rgb(144,138,45); }

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

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

 span { border-color: rgb(144,138,45); }

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