Html Css Color HEX #98901F Lemon Ginger

📋 copy color: '#98901F'

red 152 ◦ green 144 ◦ blue 31

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

Shades of Lemon Ginger #98901F

Tints of Lemon Ginger #98901F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.04%

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

R = 46.48%
G = 44.04%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98901F (or 0x98901F) is known color: Lemon Ginger. HEX triplet: 98, 90 and 1F. RGB value is (152,144,31). Sum of RGB (Red+Green+Blue) = 152+144+31=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #98901F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98901F is #676FE0. Grayscale: #858585. Windows color (decimal): -6778849 or 2068632. OLE color: 2068632.

HSL color Cylindrical-coordinate representation of color #98901F: hue angle of 56.03º 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 #98901F is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 144 31 -
CMYK 0 0.05 0.80 0.40
HSL 56.03º 0.66% 0.36% -
HSV(B) 56.03º 0.8% 0.6% -
XYZ 23.17 26.72 5.23 -
YUV 133.51 70.15 141.19 -
System Red Green Blue C M Y K H S L
Decimal 152 144 31 0 0.05 0.80 0.40 56.03 0.66 0.36
Hex 98 90 1F 0 5 50 28 38 42 24
Octal 230 220 37 0 5 120 50 70 102 44
Binary 10011000 10010000 11111 0 101 1010000 101000 111000 1000010 100100

Color Harmonies of #98901F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98901F

Black with #98901F

Text Example


Text Example

White with #98901F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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