Html Css Color HEX #998A1B Lemon Ginger

📋 copy color: '#998A1B'

red 153 ◦ green 138 ◦ blue 27

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

Shades of Lemon Ginger #998A1B

Tints of Lemon Ginger #998A1B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.4%

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

R = 48.11%
G = 43.4%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#998A1B (or 0x998A1B) is known color: Lemon Ginger. HEX triplet: 99, 8A and 1B. RGB value is (153,138,27). Sum of RGB (Red+Green+Blue) = 153+138+27=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #998A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998A1B is #6675E4. Grayscale: #828282. Windows color (decimal): -6714853 or 1804953. OLE color: 1804953.

HSL color Cylindrical-coordinate representation of color #998A1B: hue angle of 52.86º 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 #998A1B is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 138 27 -
CMYK 0 0.10 0.82 0.4
HSL 52.86º 0.7% 0.35% -
HSV(B) 52.86º 0.82% 0.6% -
XYZ 22.42 25.03 4.69 -
YUV 129.83 69.97 144.53 -
System Red Green Blue C M Y K H S L
Decimal 153 138 27 0 0.10 0.82 0.4 52.86 0.7 0.35
Hex 99 8A 1B 0 A 52 28 35 46 23
Octal 231 212 33 0 12 122 50 65 106 43
Binary 10011001 10001010 11011 0 1010 1010010 101000 110101 1000110 100011

Color Harmonies of #998A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998A1B

Black with #998A1B

Text Example


Text Example

White with #998A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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