Html Css Color HEX #8A8221 Lemon Ginger

📋 copy color: '#8A8221'

red 138 ◦ green 130 ◦ blue 33

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

Shades of Lemon Ginger #8A8221

Tints of Lemon Ginger #8A8221

RGB

 RED value IS 138 (54.3% from 255) = 45.85%

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

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

R = 45.85%
G = 43.19%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.46

RGB Variations

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

Color information

#8A8221 (or 0x8A8221) is known color: Lemon Ginger. HEX triplet: 8A, 82 and 21. RGB value is (138,130,33). Sum of RGB (Red+Green+Blue) = 138+130+33=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8221 is #757DDE. Grayscale: #797979. Windows color (decimal): -7699935 or 2196106. OLE color: 2196106.

HSL color Cylindrical-coordinate representation of color #8A8221: hue angle of 55.43º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8A8221 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 130 33 -
CMYK 0 0.06 0.76 0.46
HSL 55.43º 0.61% 0.34% -
HSV(B) 55.43º 0.76% 0.54% -
XYZ 18.74 21.48 4.6 -
YUV 121.33 78.15 139.89 -
System Red Green Blue C M Y K H S L
Decimal 138 130 33 0 0.06 0.76 0.46 55.43 0.61 0.34
Hex 8A 82 21 0 6 4C 2E 37 3D 22
Octal 212 202 41 0 6 114 56 67 75 42
Binary 10001010 10000010 100001 0 110 1001100 101110 110111 111101 100010

Color Harmonies of #8A8221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8221

Black with #8A8221

Text Example


Text Example

White with #8A8221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A8221; }

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

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

background-color css

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

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

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

border-color css

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

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

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