Html Css Color HEX #98AA19 Citron

📋 copy color: '#98AA19'

red 152 ◦ green 170 ◦ blue 25

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

Shades of Citron #98AA19

Tints of Citron #98AA19

RGB

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

 GREEN value IS 170 (66.8% from 255) = 48.99%

 BLUE value IS 25 (10.16% from 255) = 7.2%

R = 43.8%
G = 48.99%
B = 7.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#98AA19 (or 0x98AA19) is known color: Citron. HEX triplet: 98, AA and 19. RGB value is (152,170,25). Sum of RGB (Red+Green+Blue) = 152+170+25=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98AA19 is #6755E6. Grayscale: #949494. Windows color (decimal): -6772199 or 1682072. OLE color: 1682072.

HSL color Cylindrical-coordinate representation of color #98AA19: hue angle of 67.45º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98AA19 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 170 25 -
CMYK 0.11 0 0.85 0.33
HSL 67.45º 0.74% 0.38% -
HSV(B) 67.45º 0.85% 0.67% -
XYZ 27.5 35.5 6.32 -
YUV 148.09 58.54 130.79 -
System Red Green Blue C M Y K H S L
Decimal 152 170 25 0.11 0 0.85 0.33 67.45 0.74 0.38
Hex 98 AA 19 B 0 55 21 43 4A 26
Octal 230 252 31 13 0 125 41 103 112 46
Binary 10011000 10101010 11001 1011 0 1010101 100001 1000011 1001010 100110

Color Harmonies of #98AA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AA19

Black with #98AA19

Text Example


Text Example

White with #98AA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98AA19; }

 p { color: rgb(152,170,25); }

 H1.HeaderClassName
 {
   color: #98AA19;
 }
 .AnyTagClassName
 {
   color: #98AA19;
 }
</style>

background-color css

<style>
 a { background-color: #98AA19; }

 a { background-color: rgb(152,170,25); }

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

border-color css

<style>
 span { border-color: #98AA19; }

 span { border-color: rgb(152,170,25); }

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