Html Css Color HEX #8B8014 Lemon Ginger

📋 copy color: '#8B8014'

red 139 ◦ green 128 ◦ blue 20

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

Shades of Lemon Ginger #8B8014

Tints of Lemon Ginger #8B8014

RGB

 RED value IS 139 (54.69% from 255) = 48.43%

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

 BLUE value IS 20 (8.2% from 255) = 6.97%

R = 48.43%
G = 44.6%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8B8014 (or 0x8B8014) is known color: Lemon Ginger. HEX triplet: 8B, 80 and 14. RGB value is (139,128,20). Sum of RGB (Red+Green+Blue) = 139+128+20=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8014 is #747FEB. Grayscale: #777777. Windows color (decimal): -7634924 or 1343627. OLE color: 1343627.

HSL color Cylindrical-coordinate representation of color #8B8014: hue angle of 54.45º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B8014 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 128 20 -
CMYK 0 0.08 0.86 0.45
HSL 54.45º 0.75% 0.31% -
HSV(B) 54.45º 0.86% 0.55% -
XYZ 18.49 20.98 3.74 -
YUV 118.98 72.14 142.28 -
System Red Green Blue C M Y K H S L
Decimal 139 128 20 0 0.08 0.86 0.45 54.45 0.75 0.31
Hex 8B 80 14 0 8 56 2D 36 4B 1F
Octal 213 200 24 0 10 126 55 66 113 37
Binary 10001011 10000000 10100 0 1000 1010110 101101 110110 1001011 11111

Color Harmonies of #8B8014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8014

Black with #8B8014

Text Example


Text Example

White with #8B8014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,128,20); }

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

background-color css

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

 a { background-color: rgb(139,128,20); }

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

border-color css

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

 span { border-color: rgb(139,128,20); }

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