Html Css Color HEX #98C11F Bahia

📋 copy color: '#98C11F'

red 152 ◦ green 193 ◦ blue 31

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

Shades of Bahia #98C11F

Tints of Bahia #98C11F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.33%

 BLUE value IS 31 (12.5% from 255) = 8.24%

R = 40.43%
G = 51.33%
B = 8.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#98C11F (or 0x98C11F) is known color: Bahia. HEX triplet: 98, C1 and 1F. RGB value is (152,193,31). Sum of RGB (Red+Green+Blue) = 152+193+31=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #98C11F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C11F is #673EE0. Grayscale: #A2A2A2. Windows color (decimal): -6766305 or 2081176. OLE color: 2081176.

HSL color Cylindrical-coordinate representation of color #98C11F: hue angle of 75.19º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #98C11F is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 193 31 -
CMYK 0.21 0 0.84 0.24
HSL 75.19º 0.72% 0.44% -
HSV(B) 75.19º 0.84% 0.76% -
XYZ 32.27 44.91 8.27 -
YUV 162.27 53.92 120.67 -
System Red Green Blue C M Y K H S L
Decimal 152 193 31 0.21 0 0.84 0.24 75.19 0.72 0.44
Hex 98 C1 1F 15 0 54 18 4B 48 2C
Octal 230 301 37 25 0 124 30 113 110 54
Binary 10011000 11000001 11111 10101 0 1010100 11000 1001011 1001000 101100

Color Harmonies of #98C11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C11F

Black with #98C11F

Text Example


Text Example

White with #98C11F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,193,31); }

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

background-color css

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

 a { background-color: rgb(152,193,31); }

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

border-color css

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

 span { border-color: rgb(152,193,31); }

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