Html Css Color HEX #988533 Lemon Ginger

📋 copy color: '#988533'

red 152 ◦ green 133 ◦ blue 51

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

Shades of Lemon Ginger #988533

Tints of Lemon Ginger #988533

RGB

 RED value IS 152 (59.77% from 255) = 45.24%

 GREEN value IS 133 (52.34% from 255) = 39.58%

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

R = 45.24%
G = 39.58%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#988533 (or 0x988533) is known color: Lemon Ginger. HEX triplet: 98, 85 and 33. RGB value is (152,133,51). Sum of RGB (Red+Green+Blue) = 152+133+51=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #988533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988533 is #677ACC. Grayscale: #818181. Windows color (decimal): -6781645 or 3376536. OLE color: 3376536.

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

Color convert

RGB 152 133 51 -
CMYK 0 0.13 0.66 0.40
HSL 48.71º 0.5% 0.4% -
HSV(B) 48.71º 0.66% 0.6% -
XYZ 21.93 23.69 6.55 -
YUV 129.33 83.79 144.17 -
System Red Green Blue C M Y K H S L
Decimal 152 133 51 0 0.13 0.66 0.40 48.71 0.5 0.4
Hex 98 85 33 0 D 42 28 31 32 28
Octal 230 205 63 0 15 102 50 61 62 50
Binary 10011000 10000101 110011 0 1101 1000010 101000 110001 110010 101000

Color Harmonies of #988533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988533

Black with #988533

Text Example


Text Example

White with #988533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988533; }

 p { color: rgb(152,133,51); }

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

background-color css

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

 a { background-color: rgb(152,133,51); }

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

border-color css

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

 span { border-color: rgb(152,133,51); }

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