#908123

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

Shades of Lemon Ginger #908123

Tints of Lemon Ginger #908123

Color information

#908123 (or 0x908123) is unknown color: approx Lemon Ginger. HEX triplet: 90, 81 and 23. RGB value is (144,129,35). Sum of RGB (Red+Green+Blue) = 144+129+35=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #908123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908123 is #6F7EDC. Grayscale: #7B7B7B. Windows color (decimal): -7306973 or 2326928. OLE color: 2326928.

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

Color convert

RGB14412935-
CMYK00.100.760.44
HSL51.74º60.89%35.1%-
HSV(B)51.74º75.69%56.47%-
XYZ19.6621.754.75-
YUV122.7778.47143.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.75%
GREEN value IS 129 (50.78% from 255) = 41.88%
BLUE value IS 35 (14.06% from 255) = 11.36%
R=46.75%
G=41.88%
B=11.36%

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
Decimal1441293500.100.760.4451.7460.8935.1
Hex9081230A4C2C343d23
Octal2202014301211454647543
Binary1001000010000001100011010101001100101100110100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908123; }

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

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

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

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

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

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

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

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