Html Css Color HEX #98C021 Bahia

📋 copy color: '#98C021'

red 152 ◦ green 192 ◦ blue 33

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

Shades of Bahia #98C021

Tints of Bahia #98C021

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.93%

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

R = 40.32%
G = 50.93%
B = 8.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#98C021 (or 0x98C021) is known color: Bahia. HEX triplet: 98, C0 and 21. RGB value is (152,192,33). Sum of RGB (Red+Green+Blue) = 152+192+33=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 33 (13.28% from 255 or 8.75% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #98C021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C021 is #673FDE. Grayscale: #A2A2A2. Windows color (decimal): -6766559 or 2211992. OLE color: 2211992.

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

Color convert

RGB 152 192 33 -
CMYK 0.21 0 0.83 0.25
HSL 75.09º 0.71% 0.44% -
HSV(B) 75.09º 0.83% 0.75% -
XYZ 32.07 44.48 8.33 -
YUV 161.91 55.25 120.93 -
System Red Green Blue C M Y K H S L
Decimal 152 192 33 0.21 0 0.83 0.25 75.09 0.71 0.44
Hex 98 C0 21 15 0 53 19 4B 47 2C
Octal 230 300 41 25 0 123 31 113 107 54
Binary 10011000 11000000 100001 10101 0 1010011 11001 1001011 1000111 101100

Color Harmonies of #98C021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C021

Black with #98C021

Text Example


Text Example

White with #98C021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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