Html Css Color HEX #9E8530 Lemon Ginger

📋 copy color: '#9E8530'

red 158 ◦ green 133 ◦ blue 48

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

Shades of Lemon Ginger #9E8530

Tints of Lemon Ginger #9E8530

RGB

 RED value IS 158 (62.11% from 255) = 46.61%

 GREEN value IS 133 (52.34% from 255) = 39.23%

 BLUE value IS 48 (19.14% from 255) = 14.16%

R = 46.61%
G = 39.23%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#9E8530 (or 0x9E8530) is known color: Lemon Ginger. HEX triplet: 9E, 85 and 30. RGB value is (158,133,48). Sum of RGB (Red+Green+Blue) = 158+133+48=339 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.61% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8530 is #617ACF. Grayscale: #838383. Windows color (decimal): -6388432 or 3179934. OLE color: 3179934.

HSL color Cylindrical-coordinate representation of color #9E8530: hue angle of 46.36º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E8530 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 133 48 -
CMYK 0 0.16 0.70 0.38
HSL 46.36º 0.53% 0.4% -
HSV(B) 46.36º 0.7% 0.62% -
XYZ 23.02 24.26 6.27 -
YUV 130.79 81.28 147.41 -
System Red Green Blue C M Y K H S L
Decimal 158 133 48 0 0.16 0.70 0.38 46.36 0.53 0.4
Hex 9E 85 30 0 10 46 26 2E 35 28
Octal 236 205 60 0 20 106 46 56 65 50
Binary 10011110 10000101 110000 0 10000 1000110 100110 101110 110101 101000

Color Harmonies of #9E8530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8530

Black with #9E8530

Text Example


Text Example

White with #9E8530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E8530; }

 p { color: rgb(158,133,48); }

 H1.HeaderClassName
 {
   color: #9E8530;
 }
 .AnyTagClassName
 {
   color: #9E8530;
 }
</style>

background-color css

<style>
 a { background-color: #9E8530; }

 a { background-color: rgb(158,133,48); }

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

border-color css

<style>
 span { border-color: #9E8530; }

 span { border-color: rgb(158,133,48); }

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