Html Css Color HEX #8A842F Lemon Ginger

📋 copy color: '#8A842F'

red 138 ◦ green 132 ◦ blue 47

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

Shades of Lemon Ginger #8A842F

Tints of Lemon Ginger #8A842F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.64%

 BLUE value IS 47 (18.75% from 255) = 14.83%

R = 43.53%
G = 41.64%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#8A842F (or 0x8A842F) is known color: Lemon Ginger. HEX triplet: 8A, 84 and 2F. RGB value is (138,132,47). Sum of RGB (Red+Green+Blue) = 138+132+47=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 138 - color contains mainly: red. Hex color #8A842F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A842F is #757BD0. Grayscale: #7C7C7C. Windows color (decimal): -7699409 or 3114122. OLE color: 3114122.

HSL color Cylindrical-coordinate representation of color #8A842F: hue angle of 56.04º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A842F is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 132 47 -
CMYK 0 0.04 0.66 0.46
HSL 56.04º 0.49% 0.36% -
HSV(B) 56.04º 0.66% 0.54% -
XYZ 19.25 22.11 5.94 -
YUV 124.1 84.49 137.91 -
System Red Green Blue C M Y K H S L
Decimal 138 132 47 0 0.04 0.66 0.46 56.04 0.49 0.36
Hex 8A 84 2F 0 4 42 2E 38 31 24
Octal 212 204 57 0 4 102 56 70 61 44
Binary 10001010 10000100 101111 0 100 1000010 101110 111000 110001 100100

Color Harmonies of #8A842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A842F

Black with #8A842F

Text Example


Text Example

White with #8A842F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,132,47); }

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

background-color css

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

 a { background-color: rgb(138,132,47); }

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

border-color css

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

 span { border-color: rgb(138,132,47); }

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