Html Css Color HEX #90802E Lemon Ginger

📋 copy color: '#90802E'

red 144 ◦ green 128 ◦ blue 46

#90802E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Ginger #90802E

Tints of Lemon Ginger #90802E

RGB

 RED value IS 144 (56.64% from 255) = 45.28%

 GREEN value IS 128 (50.39% from 255) = 40.25%

 BLUE value IS 46 (18.36% from 255) = 14.47%

R = 45.28%
G = 40.25%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#90802E (or 0x90802E) is known color: Lemon Ginger. HEX triplet: 90, 80 and 2E. RGB value is (144,128,46). Sum of RGB (Red+Green+Blue) = 144+128+46=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #90802E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90802E is #6F7FD1. Grayscale: #7B7B7B. Windows color (decimal): -7307218 or 3047568. OLE color: 3047568.

HSL color Cylindrical-coordinate representation of color #90802E: hue angle of 50.2º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90802E is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 128 46 -
CMYK 0 0.11 0.68 0.44
HSL 50.2º 0.52% 0.37% -
HSV(B) 50.2º 0.68% 0.56% -
XYZ 19.71 21.56 5.71 -
YUV 123.44 84.3 142.67 -
System Red Green Blue C M Y K H S L
Decimal 144 128 46 0 0.11 0.68 0.44 50.2 0.52 0.37
Hex 90 80 2E 0 B 44 2C 32 34 25
Octal 220 200 56 0 13 104 54 62 64 45
Binary 10010000 10000000 101110 0 1011 1000100 101100 110010 110100 100101

Color Harmonies of #90802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90802E

Black with #90802E

Text Example


Text Example

White with #90802E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90802E; }

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

 H1.HeaderClassName
 {
   color: #90802E;
 }
 .AnyTagClassName
 {
   color: #90802E;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #90802E;
 }
 .BgClassName
 {
   background-color: #90802E;
 }
</style>

border-color css

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

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

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