Html Css Color HEX #98C320 Bahia

📋 copy color: '#98C320'

red 152 ◦ green 195 ◦ blue 32

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

Shades of Bahia #98C320

Tints of Bahia #98C320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.45%

 BLUE value IS 32 (12.89% from 255) = 8.44%

R = 40.11%
G = 51.45%
B = 8.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#98C320 (or 0x98C320) is known color: Bahia. HEX triplet: 98, C3 and 20. RGB value is (152,195,32). Sum of RGB (Red+Green+Blue) = 152+195+32=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 195 (76.56% from 255 or 51.45% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 195 - color contains mainly: green. Hex color #98C320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C320 is #673CDF. Grayscale: #A4A4A4. Windows color (decimal): -6765792 or 2147224. OLE color: 2147224.

HSL color Cylindrical-coordinate representation of color #98C320: hue angle of 75.83º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #98C320 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 195 32 -
CMYK 0.22 0 0.84 0.24
HSL 75.83º 0.72% 0.45% -
HSV(B) 75.83º 0.84% 0.76% -
XYZ 32.72 45.81 8.48 -
YUV 163.56 53.75 119.75 -
System Red Green Blue C M Y K H S L
Decimal 152 195 32 0.22 0 0.84 0.24 75.83 0.72 0.45
Hex 98 C3 20 16 0 54 18 4C 48 2D
Octal 230 303 40 26 0 124 30 114 110 55
Binary 10011000 11000011 100000 10110 0 1010100 11000 1001100 1001000 101101

Color Harmonies of #98C320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C320

Black with #98C320

Text Example


Text Example

White with #98C320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,195,32); }

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

background-color css

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

 a { background-color: rgb(152,195,32); }

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

border-color css

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

 span { border-color: rgb(152,195,32); }

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