Html Css Color HEX #988B20 Lemon Ginger

📋 copy color: '#988B20'

red 152 ◦ green 139 ◦ blue 32

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

Shades of Lemon Ginger #988B20

Tints of Lemon Ginger #988B20

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.03%

 BLUE value IS 32 (12.89% from 255) = 9.91%

R = 47.06%
G = 43.03%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#988B20 (or 0x988B20) is known color: Lemon Ginger. HEX triplet: 98, 8B and 20. RGB value is (152,139,32). Sum of RGB (Red+Green+Blue) = 152+139+32=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 139 (54.69% from 255 or 43.03% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #988B20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988B20 is #6774DF. Grayscale: #838383. Windows color (decimal): -6780128 or 2132888. OLE color: 2132888.

HSL color Cylindrical-coordinate representation of color #988B20: hue angle of 53.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #988B20 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 139 32 -
CMYK 0 0.09 0.79 0.40
HSL 53.5º 0.65% 0.36% -
HSV(B) 53.5º 0.79% 0.6% -
XYZ 22.44 25.24 5.06 -
YUV 130.69 72.31 143.2 -
System Red Green Blue C M Y K H S L
Decimal 152 139 32 0 0.09 0.79 0.40 53.5 0.65 0.36
Hex 98 8B 20 0 9 4F 28 36 41 24
Octal 230 213 40 0 11 117 50 66 101 44
Binary 10011000 10001011 100000 0 1001 1001111 101000 110110 1000001 100100

Color Harmonies of #988B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988B20

Black with #988B20

Text Example


Text Example

White with #988B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988B20; }

 p { color: rgb(152,139,32); }

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

background-color css

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

 a { background-color: rgb(152,139,32); }

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

border-color css

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

 span { border-color: rgb(152,139,32); }

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