Html Css Color HEX #998A2B Lemon Ginger

📋 copy color: '#998A2B'

red 153 ◦ green 138 ◦ blue 43

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

Shades of Lemon Ginger #998A2B

Tints of Lemon Ginger #998A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.87%

R = 45.81%
G = 41.32%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#998A2B (or 0x998A2B) is known color: Lemon Ginger. HEX triplet: 99, 8A and 2B. RGB value is (153,138,43). Sum of RGB (Red+Green+Blue) = 153+138+43=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #998A2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998A2B is #6675D4. Grayscale: #848484. Windows color (decimal): -6714837 or 2853529. OLE color: 2853529.

HSL color Cylindrical-coordinate representation of color #998A2B: hue angle of 51.82º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #998A2B is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 138 43 -
CMYK 0 0.10 0.72 0.4
HSL 51.82º 0.56% 0.38% -
HSV(B) 51.82º 0.72% 0.6% -
XYZ 22.66 25.12 5.94 -
YUV 131.66 77.97 143.22 -
System Red Green Blue C M Y K H S L
Decimal 153 138 43 0 0.10 0.72 0.4 51.82 0.56 0.38
Hex 99 8A 2B 0 A 48 28 34 38 26
Octal 231 212 53 0 12 110 50 64 70 46
Binary 10011001 10001010 101011 0 1010 1001000 101000 110100 111000 100110

Color Harmonies of #998A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998A2B

Black with #998A2B

Text Example


Text Example

White with #998A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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