Html Css Color HEX #8B8428 Lemon Ginger

📋 copy color: '#8B8428'

red 139 ◦ green 132 ◦ blue 40

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

Shades of Lemon Ginger #8B8428

Tints of Lemon Ginger #8B8428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.86%

R = 44.69%
G = 42.44%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8B8428 (or 0x8B8428) is known color: Lemon Ginger. HEX triplet: 8B, 84 and 28. RGB value is (139,132,40). Sum of RGB (Red+Green+Blue) = 139+132+40=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8428 is #747BD7. Grayscale: #7B7B7B. Windows color (decimal): -7633880 or 2655371. OLE color: 2655371.

HSL color Cylindrical-coordinate representation of color #8B8428: hue angle of 55.76º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B8428 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 132 40 -
CMYK 0 0.05 0.71 0.45
HSL 55.76º 0.55% 0.35% -
HSV(B) 55.76º 0.71% 0.55% -
XYZ 19.28 22.14 5.27 -
YUV 123.61 80.82 138.98 -
System Red Green Blue C M Y K H S L
Decimal 139 132 40 0 0.05 0.71 0.45 55.76 0.55 0.35
Hex 8B 84 28 0 5 47 2D 38 37 23
Octal 213 204 50 0 5 107 55 70 67 43
Binary 10001011 10000100 101000 0 101 1000111 101101 111000 110111 100011

Color Harmonies of #8B8428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8428

Black with #8B8428

Text Example


Text Example

White with #8B8428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,132,40); }

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

background-color css

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

 a { background-color: rgb(139,132,40); }

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

border-color css

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

 span { border-color: rgb(139,132,40); }

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