Html Css Color HEX #98831F Lemon Ginger

📋 copy color: '#98831F'

red 152 ◦ green 131 ◦ blue 31

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

Shades of Lemon Ginger #98831F

Tints of Lemon Ginger #98831F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.72%

 BLUE value IS 31 (12.5% from 255) = 9.87%

R = 48.41%
G = 41.72%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98831F (or 0x98831F) is known color: Lemon Ginger. HEX triplet: 98, 83 and 1F. RGB value is (152,131,31). Sum of RGB (Red+Green+Blue) = 152+131+31=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #98831F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98831F is #677CE0. Grayscale: #7E7E7E. Windows color (decimal): -6782177 or 2065304. OLE color: 2065304.

HSL color Cylindrical-coordinate representation of color #98831F: hue angle of 49.59º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98831F is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 131 31 -
CMYK 0 0.14 0.80 0.40
HSL 49.59º 0.66% 0.36% -
HSV(B) 49.59º 0.8% 0.6% -
XYZ 21.31 23.01 4.61 -
YUV 125.88 74.46 146.63 -
System Red Green Blue C M Y K H S L
Decimal 152 131 31 0 0.14 0.80 0.40 49.59 0.66 0.36
Hex 98 83 1F 0 E 50 28 32 42 24
Octal 230 203 37 0 16 120 50 62 102 44
Binary 10011000 10000011 11111 0 1110 1010000 101000 110010 1000010 100100

Color Harmonies of #98831F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98831F

Black with #98831F

Text Example


Text Example

White with #98831F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98831F; }

 p { color: rgb(152,131,31); }

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

background-color css

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

 a { background-color: rgb(152,131,31); }

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

border-color css

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

 span { border-color: rgb(152,131,31); }

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