Html Css Color HEX #98BE19 Bahia

📋 copy color: '#98BE19'

red 152 ◦ green 190 ◦ blue 25

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

Shades of Bahia #98BE19

Tints of Bahia #98BE19

RGB

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

 GREEN value IS 190 (74.61% from 255) = 51.77%

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

R = 41.42%
G = 51.77%
B = 6.81%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#98BE19 (or 0x98BE19) is known color: Bahia. HEX triplet: 98, BE and 19. RGB value is (152,190,25). Sum of RGB (Red+Green+Blue) = 152+190+25=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 190 (74.61% from 255 or 51.77% from 367); Blue value is 25 (10.16% from 255 or 6.81% from 367); Max value from RGB is 190 - color contains mainly: green. Hex color #98BE19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BE19 is #6741E6. Grayscale: #A0A0A0. Windows color (decimal): -6767079 or 1687192. OLE color: 1687192.

HSL color Cylindrical-coordinate representation of color #98BE19: hue angle of 73.82º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #98BE19 is Cyan = 0.2, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 190 25 -
CMYK 0.2 0 0.87 0.25
HSL 73.82º 0.77% 0.42% -
HSV(B) 73.82º 0.87% 0.75% -
XYZ 31.54 43.57 7.67 -
YUV 159.83 51.91 122.42 -
System Red Green Blue C M Y K H S L
Decimal 152 190 25 0.2 0 0.87 0.25 73.82 0.77 0.42
Hex 98 BE 19 14 0 57 19 4A 4D 2A
Octal 230 276 31 24 0 127 31 112 115 52
Binary 10011000 10111110 11001 10100 0 1010111 11001 1001010 1001101 101010

Color Harmonies of #98BE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BE19

Black with #98BE19

Text Example


Text Example

White with #98BE19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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