#98C919

Color #98C919 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #98C919

Tints of Bahia #98C919

Color information

#98C919 (or 0x98C919) is unknown color: approx Bahia. HEX triplet: 98, C9 and 19. RGB value is (152,201,25). Sum of RGB (Red+Green+Blue) = 152+201+25=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 201 (78.91% from 255 or 53.17% from 378); Blue value is 25 (10.16% from 255 or 6.61% from 378); Max value from RGB is 201 - color contains mainly: green. Hex color #98C919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C919 is #6736E6. Grayscale: #A6A6A6. Windows color (decimal): -6764263 or 1690008. OLE color: 1690008.

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

Color convert

RGB15220125-
CMYK0.2400.880.21
HSL76.7º77.88%44.31%-
HSV(B)76.7º87.56%78.82%-
XYZ34.0148.528.49-
YUV166.2848.27117.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.21%
GREEN value IS 201 (78.91% from 255) = 53.17%
BLUE value IS 25 (10.16% from 255) = 6.61%
R=40.21%
G=53.17%
B=6.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal152201250.2400.880.2176.777.8844.31
Hex98C91918058154d4e2c
Octal230311313001302511511654
Binary10011000110010011100111000010110001010110011011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #98C919;
 }
 .AnyTagClassName
 {
   color: #98C919;
 }
</style>
background-color css

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

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

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

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

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

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