Html Css Color HEX #98901A Lemon Ginger

📋 copy color: '#98901A'

red 152 ◦ green 144 ◦ blue 26

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

Shades of Lemon Ginger #98901A

Tints of Lemon Ginger #98901A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.07%

R = 47.2%
G = 44.72%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.40

RGB Variations

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

Color information

#98901A (or 0x98901A) is known color: Lemon Ginger. HEX triplet: 98, 90 and 1A. RGB value is (152,144,26). Sum of RGB (Red+Green+Blue) = 152+144+26=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 26 (10.55% from 255 or 8.07% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #98901A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98901A is #676FE5. Grayscale: #858585. Windows color (decimal): -6778854 or 1740952. OLE color: 1740952.

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

Color convert

RGB 152 144 26 -
CMYK 0 0.05 0.83 0.40
HSL 56.19º 0.71% 0.35% -
HSV(B) 56.19º 0.83% 0.6% -
XYZ 23.11 26.7 4.91 -
YUV 132.94 67.65 141.59 -
System Red Green Blue C M Y K H S L
Decimal 152 144 26 0 0.05 0.83 0.40 56.19 0.71 0.35
Hex 98 90 1A 0 5 53 28 38 47 23
Octal 230 220 32 0 5 123 50 70 107 43
Binary 10011000 10010000 11010 0 101 1010011 101000 111000 1000111 100011

Color Harmonies of #98901A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98901A

Black with #98901A

Text Example


Text Example

White with #98901A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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