Html Css Color HEX #98D110 Bahia

📋 copy color: '#98D110'

red 152 ◦ green 209 ◦ blue 16

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

Shades of Bahia #98D110

Tints of Bahia #98D110

RGB

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

 GREEN value IS 209 (82.03% from 255) = 55.44%

 BLUE value IS 16 (6.64% from 255) = 4.24%

R = 40.32%
G = 55.44%
B = 4.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#98D110 (or 0x98D110) is known color: Bahia. HEX triplet: 98, D1 and 10. RGB value is (152,209,16). Sum of RGB (Red+Green+Blue) = 152+209+16=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 209 (82.03% from 255 or 55.44% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 209 - color contains mainly: green. Hex color #98D110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98D110 is #672EEF. Grayscale: #AAAAAA. Windows color (decimal): -6762224 or 1102232. OLE color: 1102232.

HSL color Cylindrical-coordinate representation of color #98D110: hue angle of 77.72º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98D110 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 209 16 -
CMYK 0.27 0 0.92 0.18
HSL 77.72º 0.86% 0.44% -
HSV(B) 77.72º 0.92% 0.82% -
XYZ 35.84 52.31 8.7 -
YUV 169.96 41.12 115.19 -
System Red Green Blue C M Y K H S L
Decimal 152 209 16 0.27 0 0.92 0.18 77.72 0.86 0.44
Hex 98 D1 10 1B 0 5C 12 4E 56 2C
Octal 230 321 20 33 0 134 22 116 126 54
Binary 10011000 11010001 10000 11011 0 1011100 10010 1001110 1010110 101100

Color Harmonies of #98D110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D110

Black with #98D110

Text Example


Text Example

White with #98D110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,209,16); }

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

background-color css

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

 a { background-color: rgb(152,209,16); }

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

border-color css

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

 span { border-color: rgb(152,209,16); }

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