Html Css Color HEX #98C718 Bahia

📋 copy color: '#98C718'

red 152 ◦ green 199 ◦ blue 24

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

Shades of Bahia #98C718

Tints of Bahia #98C718

RGB

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

 GREEN value IS 199 (78.13% from 255) = 53.07%

 BLUE value IS 24 (9.77% from 255) = 6.4%

R = 40.53%
G = 53.07%
B = 6.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#98C718 (or 0x98C718) is known color: Bahia. HEX triplet: 98, C7 and 18. RGB value is (152,199,24). Sum of RGB (Red+Green+Blue) = 152+199+24=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 199 (78.12% from 255 or 53.07% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 199 - color contains mainly: green. Hex color #98C718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C718 is #6738E7. Grayscale: #A5A5A5. Windows color (decimal): -6764776 or 1623960. OLE color: 1623960.

HSL color Cylindrical-coordinate representation of color #98C718: hue angle of 76.11º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98C718 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 152 199 24 -
CMYK 0.24 0 0.88 0.22
HSL 76.11º 0.78% 0.44% -
HSV(B) 76.11º 0.88% 0.78% -
XYZ 33.54 47.59 8.28 -
YUV 165 48.43 118.73 -
System Red Green Blue C M Y K H S L
Decimal 152 199 24 0.24 0 0.88 0.22 76.11 0.78 0.44
Hex 98 C7 18 18 0 58 16 4C 4E 2C
Octal 230 307 30 30 0 130 26 114 116 54
Binary 10011000 11000111 11000 11000 0 1011000 10110 1001100 1001110 101100

Color Harmonies of #98C718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C718

Black with #98C718

Text Example


Text Example

White with #98C718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,199,24); }

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

background-color css

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

 a { background-color: rgb(152,199,24); }

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

border-color css

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

 span { border-color: rgb(152,199,24); }

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