Html Css Color HEX #98CB19 Bahia

📋 copy color: '#98CB19'

red 152 ◦ green 203 ◦ blue 25

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

Shades of Bahia #98CB19

Tints of Bahia #98CB19

RGB

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

 GREEN value IS 203 (79.69% from 255) = 53.42%

 BLUE value IS 25 (10.16% from 255) = 6.58%

R = 40%
G = 53.42%
B = 6.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#98CB19 (or 0x98CB19) is known color: Bahia. HEX triplet: 98, CB and 19. RGB value is (152,203,25). Sum of RGB (Red+Green+Blue) = 152+203+25=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 203 (79.69% from 255 or 53.42% from 380); Blue value is 25 (10.16% from 255 or 6.58% from 380); Max value from RGB is 203 - color contains mainly: green. Hex color #98CB19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98CB19 is #6734E6. Grayscale: #A8A8A8. Windows color (decimal): -6763751 or 1690520. OLE color: 1690520.

HSL color Cylindrical-coordinate representation of color #98CB19: hue angle of 77.19º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98CB19 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 203 25 -
CMYK 0.25 0 0.88 0.20
HSL 77.19º 0.78% 0.45% -
HSV(B) 77.19º 0.88% 0.8% -
XYZ 34.48 49.46 8.65 -
YUV 167.46 47.6 116.97 -
System Red Green Blue C M Y K H S L
Decimal 152 203 25 0.25 0 0.88 0.20 77.19 0.78 0.45
Hex 98 CB 19 19 0 58 14 4D 4E 2D
Octal 230 313 31 31 0 130 24 115 116 55
Binary 10011000 11001011 11001 11001 0 1011000 10100 1001101 1001110 101101

Color Harmonies of #98CB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CB19

Black with #98CB19

Text Example


Text Example

White with #98CB19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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