Html Css Color HEX #98BD25 Bahia

📋 copy color: '#98BD25'

red 152 ◦ green 189 ◦ blue 37

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

Shades of Bahia #98BD25

Tints of Bahia #98BD25

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50%

 BLUE value IS 37 (14.84% from 255) = 9.79%

R = 40.21%
G = 50%
B = 9.79%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#98BD25 (or 0x98BD25) is known color: Bahia. HEX triplet: 98, BD and 25. RGB value is (152,189,37). Sum of RGB (Red+Green+Blue) = 152+189+37=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #98BD25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BD25 is #6742DA. Grayscale: #A1A1A1. Windows color (decimal): -6767323 or 2473368. OLE color: 2473368.

HSL color Cylindrical-coordinate representation of color #98BD25: hue angle of 74.61º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98BD25 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 189 37 -
CMYK 0.20 0 0.80 0.26
HSL 74.61º 0.67% 0.44% -
HSV(B) 74.61º 0.8% 0.74% -
XYZ 31.48 43.2 8.43 -
YUV 160.61 58.24 121.86 -
System Red Green Blue C M Y K H S L
Decimal 152 189 37 0.20 0 0.80 0.26 74.61 0.67 0.44
Hex 98 BD 25 14 0 50 1A 4B 43 2C
Octal 230 275 45 24 0 120 32 113 103 54
Binary 10011000 10111101 100101 10100 0 1010000 11010 1001011 1000011 101100

Color Harmonies of #98BD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BD25

Black with #98BD25

Text Example


Text Example

White with #98BD25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,189,37); }

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

background-color css

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

 a { background-color: rgb(152,189,37); }

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

border-color css

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

 span { border-color: rgb(152,189,37); }

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