Html Css Color HEX #8A8019 Lemon Ginger

📋 copy color: '#8A8019'

red 138 ◦ green 128 ◦ blue 25

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

Shades of Lemon Ginger #8A8019

Tints of Lemon Ginger #8A8019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.59%

R = 47.42%
G = 43.99%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#8A8019 (or 0x8A8019) is known color: Lemon Ginger. HEX triplet: 8A, 80 and 19. RGB value is (138,128,25). Sum of RGB (Red+Green+Blue) = 138+128+25=291 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.42% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8019 is #757FE6. Grayscale: #777777. Windows color (decimal): -7700455 or 1671306. OLE color: 1671306.

HSL color Cylindrical-coordinate representation of color #8A8019: hue angle of 54.69º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A8019 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 128 25 -
CMYK 0 0.07 0.82 0.46
HSL 54.69º 0.69% 0.32% -
HSV(B) 54.69º 0.82% 0.54% -
XYZ 18.38 20.91 3.99 -
YUV 119.25 74.81 141.38 -
System Red Green Blue C M Y K H S L
Decimal 138 128 25 0 0.07 0.82 0.46 54.69 0.69 0.32
Hex 8A 80 19 0 7 52 2E 37 45 20
Octal 212 200 31 0 7 122 56 67 105 40
Binary 10001010 10000000 11001 0 111 1010010 101110 110111 1000101 100000

Color Harmonies of #8A8019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8019

Black with #8A8019

Text Example


Text Example

White with #8A8019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,128,25); }

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

background-color css

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

 a { background-color: rgb(138,128,25); }

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

border-color css

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

 span { border-color: rgb(138,128,25); }

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