Html Css Color HEX #98803A Lemon Ginger

📋 copy color: '#98803A'

red 152 ◦ green 128 ◦ blue 58

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

Shades of Lemon Ginger #98803A

Tints of Lemon Ginger #98803A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.16%

R = 44.97%
G = 37.87%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#98803A (or 0x98803A) is known color: Lemon Ginger. HEX triplet: 98, 80 and 3A. RGB value is (152,128,58). Sum of RGB (Red+Green+Blue) = 152+128+58=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #98803A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98803A is #677FC5. Grayscale: #7F7F7F. Windows color (decimal): -6782918 or 3834008. OLE color: 3834008.

HSL color Cylindrical-coordinate representation of color #98803A: hue angle of 44.68º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98803A is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 128 58 -
CMYK 0 0.16 0.62 0.40
HSL 44.68º 0.45% 0.41% -
HSV(B) 44.68º 0.62% 0.6% -
XYZ 21.43 22.42 7.2 -
YUV 127.2 88.95 145.69 -
System Red Green Blue C M Y K H S L
Decimal 152 128 58 0 0.16 0.62 0.40 44.68 0.45 0.41
Hex 98 80 3A 0 10 3E 28 2D 2D 29
Octal 230 200 72 0 20 76 50 55 55 51
Binary 10011000 10000000 111010 0 10000 111110 101000 101101 101101 101001

Color Harmonies of #98803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98803A

Black with #98803A

Text Example


Text Example

White with #98803A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98803A; }

 p { color: rgb(152,128,58); }

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

background-color css

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

 a { background-color: rgb(152,128,58); }

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

border-color css

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

 span { border-color: rgb(152,128,58); }

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