#908023

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

Shades of Lemon Ginger #908023

Tints of Lemon Ginger #908023

Color information

#908023 (or 0x908023) is unknown color: approx Lemon Ginger. HEX triplet: 90, 80 and 23. RGB value is (144,128,35). Sum of RGB (Red+Green+Blue) = 144+128+35=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #908023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908023 is #6F7FDC. Grayscale: #7A7A7A. Windows color (decimal): -7307229 or 2326672. OLE color: 2326672.

HSL color Cylindrical-coordinate representation of color #908023: hue angle of 51.19º 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 #908023 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB14412835-
CMYK00.110.760.44
HSL51.19º60.89%35.1%-
HSV(B)51.19º75.69%56.47%-
XYZ19.5221.494.71-
YUV122.1878.8143.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.91%
GREEN value IS 128 (50.39% from 255) = 41.69%
BLUE value IS 35 (14.06% from 255) = 11.40%
R=46.91%
G=41.69%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.76
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441283500.110.760.4451.1960.8935.1
Hex9080230B4C2C333d23
Octal2202004301311454637543
Binary1001000010000000100011010111001100101100110011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908023; }

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

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

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

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

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

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

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

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