Html Css Color HEX #8B822D Lemon Ginger

📋 copy color: '#8B822D'

red 139 ◦ green 130 ◦ blue 45

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

Shades of Lemon Ginger #8B822D

Tints of Lemon Ginger #8B822D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.4%

 BLUE value IS 45 (17.97% from 255) = 14.33%

R = 44.27%
G = 41.4%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8B822D (or 0x8B822D) is known color: Lemon Ginger. HEX triplet: 8B, 82 and 2D. RGB value is (139,130,45). Sum of RGB (Red+Green+Blue) = 139+130+45=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B822D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B822D is #747DD2. Grayscale: #7B7B7B. Windows color (decimal): -7634387 or 2982539. OLE color: 2982539.

HSL color Cylindrical-coordinate representation of color #8B822D: hue angle of 54.26º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B822D is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 130 45 -
CMYK 0 0.06 0.68 0.45
HSL 54.26º 0.51% 0.36% -
HSV(B) 54.26º 0.68% 0.55% -
XYZ 19.1 21.64 5.65 -
YUV 123 83.98 139.41 -
System Red Green Blue C M Y K H S L
Decimal 139 130 45 0 0.06 0.68 0.45 54.26 0.51 0.36
Hex 8B 82 2D 0 6 44 2D 36 33 24
Octal 213 202 55 0 6 104 55 66 63 44
Binary 10001011 10000010 101101 0 110 1000100 101101 110110 110011 100100

Color Harmonies of #8B822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B822D

Black with #8B822D

Text Example


Text Example

White with #8B822D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,130,45); }

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

background-color css

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

 a { background-color: rgb(139,130,45); }

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

border-color css

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

 span { border-color: rgb(139,130,45); }

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