Html Css Color HEX #8A8427 Lemon Ginger

📋 copy color: '#8A8427'

red 138 ◦ green 132 ◦ blue 39

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

Shades of Lemon Ginger #8A8427

Tints of Lemon Ginger #8A8427

RGB

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

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

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

R = 44.66%
G = 42.72%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#8A8427 (or 0x8A8427) is known color: Lemon Ginger. HEX triplet: 8A, 84 and 27. RGB value is (138,132,39). Sum of RGB (Red+Green+Blue) = 138+132+39=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8427 is #757BD8. Grayscale: #7B7B7B. Windows color (decimal): -7699417 or 2589834. OLE color: 2589834.

HSL color Cylindrical-coordinate representation of color #8A8427: hue angle of 56.36º 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 #8A8427 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 132 39 -
CMYK 0 0.04 0.72 0.46
HSL 56.36º 0.56% 0.35% -
HSV(B) 56.36º 0.72% 0.54% -
XYZ 19.1 22.05 5.17 -
YUV 123.19 80.49 138.56 -
System Red Green Blue C M Y K H S L
Decimal 138 132 39 0 0.04 0.72 0.46 56.36 0.56 0.35
Hex 8A 84 27 0 4 48 2E 38 38 23
Octal 212 204 47 0 4 110 56 70 70 43
Binary 10001010 10000100 100111 0 100 1001000 101110 111000 111000 100011

Color Harmonies of #8A8427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8427

Black with #8A8427

Text Example


Text Example

White with #8A8427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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