#908230

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

Shades of Lemon Ginger #908230

Tints of Lemon Ginger #908230

Color information

#908230 (or 0x908230) is unknown color: approx Lemon Ginger. HEX triplet: 90, 82 and 30. RGB value is (144,130,48). Sum of RGB (Red+Green+Blue) = 144+130+48=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #908230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908230 is #6F7DCF. Grayscale: #7D7D7D. Windows color (decimal): -7306704 or 3179152. OLE color: 3179152.

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

Color convert

RGB14413048-
CMYK00.100.670.44
HSL51.25º50%37.65%-
HSV(B)51.25º66.67%56.47%-
XYZ20.0222.116.01-
YUV124.8484.64141.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.72%
GREEN value IS 130 (51.17% from 255) = 40.37%
BLUE value IS 48 (19.14% from 255) = 14.91%
R=44.72%
G=40.37%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441304800.100.670.4451.255037.65
Hex9082300A432C333226
Octal2202026001210354636246
Binary1001000010000010110000010101000011101100110011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908230; }

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

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

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

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

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

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

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

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