Html Css Color HEX #8B8422 Lemon Ginger

📋 copy color: '#8B8422'

red 139 ◦ green 132 ◦ blue 34

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

Shades of Lemon Ginger #8B8422

Tints of Lemon Ginger #8B8422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.15%

R = 45.57%
G = 43.28%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.45

RGB Variations

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

Color information

#8B8422 (or 0x8B8422) is known color: Lemon Ginger. HEX triplet: 8B, 84 and 22. RGB value is (139,132,34). Sum of RGB (Red+Green+Blue) = 139+132+34=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8422 is #747BDD. Grayscale: #7B7B7B. Windows color (decimal): -7633886 or 2262155. OLE color: 2262155.

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

Color convert

RGB 139 132 34 -
CMYK 0 0.05 0.76 0.45
HSL 56º 0.61% 0.34% -
HSV(B) 56º 0.76% 0.55% -
XYZ 19.19 22.11 4.77 -
YUV 122.92 77.82 139.47 -
System Red Green Blue C M Y K H S L
Decimal 139 132 34 0 0.05 0.76 0.45 56 0.61 0.34
Hex 8B 84 22 0 5 4C 2D 38 3D 22
Octal 213 204 42 0 5 114 55 70 75 42
Binary 10001011 10000100 100010 0 101 1001100 101101 111000 111101 100010

Color Harmonies of #8B8422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8422

Black with #8B8422

Text Example


Text Example

White with #8B8422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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