Html Css Color HEX #98BC21 Bahia

📋 copy color: '#98BC21'

red 152 ◦ green 188 ◦ blue 33

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

Shades of Bahia #98BC21

Tints of Bahia #98BC21

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.4%

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

R = 40.75%
G = 50.4%
B = 8.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#98BC21 (or 0x98BC21) is known color: Bahia. HEX triplet: 98, BC and 21. RGB value is (152,188,33). Sum of RGB (Red+Green+Blue) = 152+188+33=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 33 (13.28% from 255 or 8.85% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BC21 is #6743DE. Grayscale: #A0A0A0. Windows color (decimal): -6767583 or 2210968. OLE color: 2210968.

HSL color Cylindrical-coordinate representation of color #98BC21: hue angle of 73.94º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98BC21 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 188 33 -
CMYK 0.19 0 0.82 0.26
HSL 73.94º 0.7% 0.43% -
HSV(B) 73.94º 0.82% 0.74% -
XYZ 31.21 42.75 8.05 -
YUV 159.57 56.57 122.6 -
System Red Green Blue C M Y K H S L
Decimal 152 188 33 0.19 0 0.82 0.26 73.94 0.7 0.43
Hex 98 BC 21 13 0 52 1A 4A 46 2B
Octal 230 274 41 23 0 122 32 112 106 53
Binary 10011000 10111100 100001 10011 0 1010010 11010 1001010 1000110 101011

Color Harmonies of #98BC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BC21

Black with #98BC21

Text Example


Text Example

White with #98BC21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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