#98BC30

Color #98BC30 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #98BC30

Tints of Yellow Green #98BC30

Color information

#98BC30 (or 0x98BC30) is unknown color: approx Yellow Green. HEX triplet: 98, BC and 30. RGB value is (152,188,48). Sum of RGB (Red+Green+Blue) = 152+188+48=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 48 (19.14% from 255 or 12.37% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BC30 is #6743CF. Grayscale: #A1A1A1. Windows color (decimal): -6767568 or 3194008. OLE color: 3194008.

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

Color convert

RGB15218848-
CMYK0.1900.740.26
HSL75.43º59.32%46.27%-
HSV(B)75.43º74.47%73.73%-
XYZ31.4742.869.41-
YUV161.2864.07121.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.18%
GREEN value IS 188 (73.83% from 255) = 48.45%
BLUE value IS 48 (19.14% from 255) = 12.37%
R=39.18%
G=48.45%
B=12.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal152188480.1900.740.2675.4359.3246.27
Hex98BC301304A1A4b3b2e
Octal23027460230112321137356
Binary10011000101111001100001001101001010110101001011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BC30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #98BC30;
 }
 .AnyTagClassName
 {
   color: #98BC30;
 }
</style>
background-color css

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

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

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

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

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

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