#98CE15

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

Shades of Bahia #98CE15

Tints of Bahia #98CE15

Color information

#98CE15 (or 0x98CE15) is unknown color: approx Bahia. HEX triplet: 98, CE and 15. RGB value is (152,206,21). Sum of RGB (Red+Green+Blue) = 152+206+21=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 206 (80.86% from 255 or 54.35% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 206 - color contains mainly: green. Hex color #98CE15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98CE15 is #6731EA. Grayscale: #A9A9A9. Windows color (decimal): -6762987 or 1429144. OLE color: 1429144.

HSL color Cylindrical-coordinate representation of color #98CE15: hue angle of 77.51º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98CE15 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB15220621-
CMYK0.2600.900.19
HSL77.51º81.5%44.51%-
HSV(B)77.51º89.81%80.78%-
XYZ35.1650.878.68-
YUV168.7644.61116.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.11%
GREEN value IS 206 (80.86% from 255) = 54.35%
BLUE value IS 21 (8.59% from 255) = 5.54%
R=40.11%
G=54.35%
B=5.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal152206210.2600.900.1977.5181.544.51
Hex98CE151A05A134e512d
Octal230316253201322311612155
Binary10011000110011101010111010010110101001110011101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CE15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,206,21); }

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

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

 a { background-color: rgb(152,206,21); }

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

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

 span { border-color: rgb(152,206,21); }

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