Html Css Color HEX #98C121 Bahia

📋 copy color: '#98C121'

red 152 ◦ green 193 ◦ blue 33

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

Shades of Bahia #98C121

Tints of Bahia #98C121

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.06%

 BLUE value IS 33 (13.28% from 255) = 8.73%

R = 40.21%
G = 51.06%
B = 8.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#98C121 (or 0x98C121) is known color: Bahia. HEX triplet: 98, C1 and 21. RGB value is (152,193,33). Sum of RGB (Red+Green+Blue) = 152+193+33=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #98C121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C121 is #673EDE. Grayscale: #A3A3A3. Windows color (decimal): -6766303 or 2212248. OLE color: 2212248.

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

Color convert

RGB 152 193 33 -
CMYK 0.21 0 0.83 0.24
HSL 75.38º 0.71% 0.44% -
HSV(B) 75.38º 0.83% 0.76% -
XYZ 32.29 44.93 8.41 -
YUV 162.5 54.92 120.51 -
System Red Green Blue C M Y K H S L
Decimal 152 193 33 0.21 0 0.83 0.24 75.38 0.71 0.44
Hex 98 C1 21 15 0 53 18 4B 47 2C
Octal 230 301 41 25 0 123 30 113 107 54
Binary 10011000 11000001 100001 10101 0 1010011 11000 1001011 1000111 101100

Color Harmonies of #98C121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C121

Black with #98C121

Text Example


Text Example

White with #98C121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,193,33); }

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

background-color css

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

 a { background-color: rgb(152,193,33); }

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

border-color css

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

 span { border-color: rgb(152,193,33); }

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