Html Css Color HEX #98901D Lemon Ginger

📋 copy color: '#98901D'

red 152 ◦ green 144 ◦ blue 29

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

Shades of Lemon Ginger #98901D

Tints of Lemon Ginger #98901D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.92%

R = 46.77%
G = 44.31%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#98901D (or 0x98901D) is known color: Lemon Ginger. HEX triplet: 98, 90 and 1D. RGB value is (152,144,29). Sum of RGB (Red+Green+Blue) = 152+144+29=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #98901D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98901D is #676FE2. Grayscale: #858585. Windows color (decimal): -6778851 or 1937560. OLE color: 1937560.

HSL color Cylindrical-coordinate representation of color #98901D: hue angle of 56.1º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98901D is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 144 29 -
CMYK 0 0.05 0.81 0.40
HSL 56.1º 0.68% 0.35% -
HSV(B) 56.1º 0.81% 0.6% -
XYZ 23.14 26.71 5.1 -
YUV 133.28 69.15 141.35 -
System Red Green Blue C M Y K H S L
Decimal 152 144 29 0 0.05 0.81 0.40 56.1 0.68 0.35
Hex 98 90 1D 0 5 51 28 38 44 23
Octal 230 220 35 0 5 121 50 70 104 43
Binary 10011000 10010000 11101 0 101 1010001 101000 111000 1000100 100011

Color Harmonies of #98901D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98901D

Black with #98901D

Text Example


Text Example

White with #98901D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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