#908214

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

Shades of Lemon Ginger #908214

Tints of Lemon Ginger #908214

Color information

#908214 (or 0x908214) is unknown color: approx Lemon Ginger. HEX triplet: 90, 82 and 14. RGB value is (144,130,20). Sum of RGB (Red+Green+Blue) = 144+130+20=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 144 - color contains mainly: red. Hex color #908214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908214 is #6F7DEB. Grayscale: #7A7A7A. Windows color (decimal): -7306732 or 1344144. OLE color: 1344144.

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

Color convert

RGB14413020-
CMYK00.100.860.44
HSL53.23º75.61%32.16%-
HSV(B)53.23º86.11%56.47%-
XYZ19.6121.953.86-
YUV121.6570.64143.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.98%
GREEN value IS 130 (51.17% from 255) = 44.22%
BLUE value IS 20 (8.20% from 255) = 6.80%
R=48.98%
G=44.22%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441302000.100.860.4453.2375.6132.16
Hex9082140A562C354c20
Octal22020224012126546511440
Binary1001000010000010101000101010101101011001101011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908214; }

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

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

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

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

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

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

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

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