Html Css Color HEX #8A8227 Lemon Ginger

📋 copy color: '#8A8227'

red 138 ◦ green 130 ◦ blue 39

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

Shades of Lemon Ginger #8A8227

Tints of Lemon Ginger #8A8227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.7%

R = 44.95%
G = 42.35%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#8A8227 (or 0x8A8227) is known color: Lemon Ginger. HEX triplet: 8A, 82 and 27. RGB value is (138,130,39). Sum of RGB (Red+Green+Blue) = 138+130+39=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8227 is #757DD8. Grayscale: #7A7A7A. Windows color (decimal): -7699929 or 2589322. OLE color: 2589322.

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

Color convert

RGB 138 130 39 -
CMYK 0 0.06 0.72 0.46
HSL 55.15º 0.56% 0.35% -
HSV(B) 55.15º 0.72% 0.54% -
XYZ 18.83 21.52 5.08 -
YUV 122.02 81.15 139.4 -
System Red Green Blue C M Y K H S L
Decimal 138 130 39 0 0.06 0.72 0.46 55.15 0.56 0.35
Hex 8A 82 27 0 6 48 2E 37 38 23
Octal 212 202 47 0 6 110 56 67 70 43
Binary 10001010 10000010 100111 0 110 1001000 101110 110111 111000 100011

Color Harmonies of #8A8227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8227

Black with #8A8227

Text Example


Text Example

White with #8A8227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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