Html Css Color HEX #8B8015 Lemon Ginger

📋 copy color: '#8B8015'

red 139 ◦ green 128 ◦ blue 21

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

Shades of Lemon Ginger #8B8015

Tints of Lemon Ginger #8B8015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.29%

R = 48.26%
G = 44.44%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#8B8015 (or 0x8B8015) is known color: Lemon Ginger. HEX triplet: 8B, 80 and 15. RGB value is (139,128,21). Sum of RGB (Red+Green+Blue) = 139+128+21=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8015 is #747FEA. Grayscale: #777777. Windows color (decimal): -7634923 or 1409163. OLE color: 1409163.

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

Color convert

RGB 139 128 21 -
CMYK 0 0.08 0.85 0.45
HSL 54.41º 0.74% 0.31% -
HSV(B) 54.41º 0.85% 0.55% -
XYZ 18.5 20.98 3.78 -
YUV 119.09 72.64 142.2 -
System Red Green Blue C M Y K H S L
Decimal 139 128 21 0 0.08 0.85 0.45 54.41 0.74 0.31
Hex 8B 80 15 0 8 55 2D 36 4A 1F
Octal 213 200 25 0 10 125 55 66 112 37
Binary 10001011 10000000 10101 0 1000 1010101 101101 110110 1001010 11111

Color Harmonies of #8B8015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8015

Black with #8B8015

Text Example


Text Example

White with #8B8015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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