Html Css Color HEX #998033 Lemon Ginger

📋 copy color: '#998033'

red 153 ◦ green 128 ◦ blue 51

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

Shades of Lemon Ginger #998033

Tints of Lemon Ginger #998033

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.55%

 BLUE value IS 51 (20.31% from 255) = 15.36%

R = 46.08%
G = 38.55%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#998033 (or 0x998033) is known color: Lemon Ginger. HEX triplet: 99, 80 and 33. RGB value is (153,128,51). Sum of RGB (Red+Green+Blue) = 153+128+51=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #998033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998033 is #667FCC. Grayscale: #7F7F7F. Windows color (decimal): -6717389 or 3375257. OLE color: 3375257.

HSL color Cylindrical-coordinate representation of color #998033: hue angle of 45.29º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #998033 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 128 51 -
CMYK 0 0.16 0.67 0.4
HSL 45.29º 0.5% 0.4% -
HSV(B) 45.29º 0.67% 0.6% -
XYZ 21.45 22.45 6.33 -
YUV 126.7 85.28 146.76 -
System Red Green Blue C M Y K H S L
Decimal 153 128 51 0 0.16 0.67 0.4 45.29 0.5 0.4
Hex 99 80 33 0 10 43 28 2D 32 28
Octal 231 200 63 0 20 103 50 55 62 50
Binary 10011001 10000000 110011 0 10000 1000011 101000 101101 110010 101000

Color Harmonies of #998033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998033

Black with #998033

Text Example


Text Example

White with #998033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998033; }

 p { color: rgb(153,128,51); }

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

background-color css

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

 a { background-color: rgb(153,128,51); }

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

border-color css

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

 span { border-color: rgb(153,128,51); }

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