#998B2B

Color #998B2B Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #998B2B

Tints of Lemon Ginger #998B2B

Color information

#998B2B (or 0x998B2B) is unknown color: approx Lemon Ginger. HEX triplet: 99, 8B and 2B. RGB value is (153,139,43). Sum of RGB (Red+Green+Blue) = 153+139+43=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #998B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998B2B is #6674D4. Grayscale: #848484. Windows color (decimal): -6714581 or 2853785. OLE color: 2853785.

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

Color convert

RGB15313943-
CMYK00.090.720.4
HSL52.36º56.12%38.43%-
HSV(B)52.36º71.9%60%-
XYZ22.8125.415.99-
YUV132.2477.64142.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 139 (54.69% from 255) = 41.49%
BLUE value IS 43 (17.19% from 255) = 12.84%
R=45.67%
G=41.49%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531394300.090.720.452.3656.1238.43
Hex998B2B094828343826
Octal2312135301111050647046
Binary1001100110001011101011010011001000101000110100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #998B2B;
 }
 .AnyTagClassName
 {
   color: #998B2B;
 }
</style>
background-color css

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

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

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

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

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

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