Html Css Color HEX #98BF20 Bahia

📋 copy color: '#98BF20'

red 152 ◦ green 191 ◦ blue 32

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

Shades of Bahia #98BF20

Tints of Bahia #98BF20

RGB

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

 GREEN value IS 191 (75% from 255) = 50.93%

 BLUE value IS 32 (12.89% from 255) = 8.53%

R = 40.53%
G = 50.93%
B = 8.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#98BF20 (or 0x98BF20) is known color: Bahia. HEX triplet: 98, BF and 20. RGB value is (152,191,32). Sum of RGB (Red+Green+Blue) = 152+191+32=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BF20 is #6740DF. Grayscale: #A1A1A1. Windows color (decimal): -6766816 or 2146200. OLE color: 2146200.

HSL color Cylindrical-coordinate representation of color #98BF20: hue angle of 74.72º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #98BF20 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 191 32 -
CMYK 0.20 0 0.83 0.25
HSL 74.72º 0.71% 0.44% -
HSV(B) 74.72º 0.83% 0.75% -
XYZ 31.84 44.04 8.19 -
YUV 161.21 55.08 121.43 -
System Red Green Blue C M Y K H S L
Decimal 152 191 32 0.20 0 0.83 0.25 74.72 0.71 0.44
Hex 98 BF 20 14 0 53 19 4B 47 2C
Octal 230 277 40 24 0 123 31 113 107 54
Binary 10011000 10111111 100000 10100 0 1010011 11001 1001011 1000111 101100

Color Harmonies of #98BF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BF20

Black with #98BF20

Text Example


Text Example

White with #98BF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,191,32); }

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

background-color css

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

 a { background-color: rgb(152,191,32); }

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

border-color css

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

 span { border-color: rgb(152,191,32); }

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