Html Css Color HEX #998B1B Lemon Ginger

📋 copy color: '#998B1B'

red 153 ◦ green 139 ◦ blue 27

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

Shades of Lemon Ginger #998B1B

Tints of Lemon Ginger #998B1B

RGB

 RED value IS 153 (60.16% from 255) = 47.96%

 GREEN value IS 139 (54.69% from 255) = 43.57%

 BLUE value IS 27 (10.94% from 255) = 8.46%

R = 47.96%
G = 43.57%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#998B1B (or 0x998B1B) is known color: Lemon Ginger. HEX triplet: 99, 8B and 1B. RGB value is (153,139,27). Sum of RGB (Red+Green+Blue) = 153+139+27=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #998B1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998B1B is #6674E4. Grayscale: #828282. Windows color (decimal): -6714597 or 1805209. OLE color: 1805209.

HSL color Cylindrical-coordinate representation of color #998B1B: hue angle of 53.33º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #998B1B is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 139 27 -
CMYK 0 0.09 0.82 0.4
HSL 53.33º 0.7% 0.35% -
HSV(B) 53.33º 0.82% 0.6% -
XYZ 22.57 25.32 4.73 -
YUV 130.42 69.64 144.11 -
System Red Green Blue C M Y K H S L
Decimal 153 139 27 0 0.09 0.82 0.4 53.33 0.7 0.35
Hex 99 8B 1B 0 9 52 28 35 46 23
Octal 231 213 33 0 11 122 50 65 106 43
Binary 10011001 10001011 11011 0 1001 1010010 101000 110101 1000110 100011

Color Harmonies of #998B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998B1B

Black with #998B1B

Text Example


Text Example

White with #998B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998B1B; }

 p { color: rgb(153,139,27); }

 H1.HeaderClassName
 {
   color: #998B1B;
 }
 .AnyTagClassName
 {
   color: #998B1B;
 }
</style>

background-color css

<style>
 a { background-color: #998B1B; }

 a { background-color: rgb(153,139,27); }

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

border-color css

<style>
 span { border-color: #998B1B; }

 span { border-color: rgb(153,139,27); }

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