Html Css Color HEX #98901C Lemon Ginger

📋 copy color: '#98901C'

red 152 ◦ green 144 ◦ blue 28

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

Shades of Lemon Ginger #98901C

Tints of Lemon Ginger #98901C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.64%

R = 46.91%
G = 44.44%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98901C (or 0x98901C) is known color: Lemon Ginger. HEX triplet: 98, 90 and 1C. RGB value is (152,144,28). Sum of RGB (Red+Green+Blue) = 152+144+28=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #98901C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98901C is #676FE3. Grayscale: #858585. Windows color (decimal): -6778852 or 1872024. OLE color: 1872024.

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

Color convert

RGB 152 144 28 -
CMYK 0 0.05 0.82 0.40
HSL 56.13º 0.69% 0.35% -
HSV(B) 56.13º 0.82% 0.6% -
XYZ 23.13 26.71 5.03 -
YUV 133.17 68.65 141.43 -
System Red Green Blue C M Y K H S L
Decimal 152 144 28 0 0.05 0.82 0.40 56.13 0.69 0.35
Hex 98 90 1C 0 5 52 28 38 45 23
Octal 230 220 34 0 5 122 50 70 105 43
Binary 10011000 10010000 11100 0 101 1010010 101000 111000 1000101 100011

Color Harmonies of #98901C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98901C

Black with #98901C

Text Example


Text Example

White with #98901C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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