Html Css Color HEX #8A842E Lemon Ginger

📋 copy color: '#8A842E'

red 138 ◦ green 132 ◦ blue 46

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

Shades of Lemon Ginger #8A842E

Tints of Lemon Ginger #8A842E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.56%

R = 43.67%
G = 41.77%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#8A842E (or 0x8A842E) is known color: Lemon Ginger. HEX triplet: 8A, 84 and 2E. RGB value is (138,132,46). Sum of RGB (Red+Green+Blue) = 138+132+46=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 138 - color contains mainly: red. Hex color #8A842E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A842E is #757BD1. Grayscale: #7C7C7C. Windows color (decimal): -7699410 or 3048586. OLE color: 3048586.

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

Color convert

RGB 138 132 46 -
CMYK 0 0.04 0.67 0.46
HSL 56.09º 0.5% 0.36% -
HSV(B) 56.09º 0.67% 0.54% -
XYZ 19.23 22.1 5.84 -
YUV 123.99 83.99 137.99 -
System Red Green Blue C M Y K H S L
Decimal 138 132 46 0 0.04 0.67 0.46 56.09 0.5 0.36
Hex 8A 84 2E 0 4 43 2E 38 32 24
Octal 212 204 56 0 4 103 56 70 62 44
Binary 10001010 10000100 101110 0 100 1000011 101110 111000 110010 100100

Color Harmonies of #8A842E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A842E

Black with #8A842E

Text Example


Text Example

White with #8A842E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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