Html Css Color HEX #98CE15 Bahia

📋 copy color: '#98CE15'

red 152 ◦ green 206 ◦ blue 21

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

Shades of Bahia #98CE15

Tints of Bahia #98CE15

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 value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#98CE15 (or 0x98CE15) is known color: 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

RGB 152 206 21 -
CMYK 0.26 0 0.90 0.19
HSL 77.51º 0.81% 0.45% -
HSV(B) 77.51º 0.9% 0.81% -
XYZ 35.16 50.87 8.68 -
YUV 168.76 44.61 116.04 -
System Red Green Blue C M Y K H S L
Decimal 152 206 21 0.26 0 0.90 0.19 77.51 0.81 0.45
Hex 98 CE 15 1A 0 5A 13 4E 51 2D
Octal 230 316 25 32 0 132 23 116 121 55
Binary 10011000 11001110 10101 11010 0 1011010 10011 1001110 1010001 101101

Color Harmonies of #98CE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CE15

Black with #98CE15

Text Example


Text Example

White with #98CE15

Text Example


Text Example

HTML Codes & Css Web 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>