#908223

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

Shades of Lemon Ginger #908223

Tints of Lemon Ginger #908223

Color information

#908223 (or 0x908223) is unknown color: approx Lemon Ginger. HEX triplet: 90, 82 and 23. RGB value is (144,130,35). Sum of RGB (Red+Green+Blue) = 144+130+35=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #908223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908223 is #6F7DDC. Grayscale: #7B7B7B. Windows color (decimal): -7306717 or 2327184. OLE color: 2327184.

HSL color Cylindrical-coordinate representation of color #908223: hue angle of 52.29º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #908223 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB14413035-
CMYK00.100.760.44
HSL52.29º60.89%35.1%-
HSV(B)52.29º75.69%56.47%-
XYZ19.7922.024.8-
YUV123.3678.14142.72-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.60%
GREEN value IS 130 (51.17% from 255) = 42.07%
BLUE value IS 35 (14.06% from 255) = 11.33%
R=46.60%
G=42.07%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441303500.100.760.4452.2960.8935.1
Hex9082230A4C2C343d23
Octal2202024301211454647543
Binary1001000010000010100011010101001100101100110100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908223; }

 p { color: rgb(144,130,35); }

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

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

 a { background-color: rgb(144,130,35); }

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

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

 span { border-color: rgb(144,130,35); }

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