Html Css Color HEX #908221 Lemon Ginger

📋 copy color: '#908221'

red 144 ◦ green 130 ◦ blue 33

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

Shades of Lemon Ginger #908221

Tints of Lemon Ginger #908221

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.35%

 BLUE value IS 33 (13.28% from 255) = 10.75%

R = 46.91%
G = 42.35%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#908221 (or 0x908221) is known color: Lemon Ginger. HEX triplet: 90, 82 and 21. RGB value is (144,130,33). Sum of RGB (Red+Green+Blue) = 144+130+33=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #908221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908221 is #6F7DDE. Grayscale: #7B7B7B. Windows color (decimal): -7306719 or 2196112. OLE color: 2196112.

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

Color convert

RGB 144 130 33 -
CMYK 0 0.10 0.77 0.44
HSL 52.43º 0.63% 0.35% -
HSV(B) 52.43º 0.77% 0.56% -
XYZ 19.76 22 4.64 -
YUV 123.13 77.14 142.89 -
System Red Green Blue C M Y K H S L
Decimal 144 130 33 0 0.10 0.77 0.44 52.43 0.63 0.35
Hex 90 82 21 0 A 4D 2C 34 3F 23
Octal 220 202 41 0 12 115 54 64 77 43
Binary 10010000 10000010 100001 0 1010 1001101 101100 110100 111111 100011

Color Harmonies of #908221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908221

Black with #908221

Text Example


Text Example

White with #908221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908221; }

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

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

background-color css

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

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

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

border-color css

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

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

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