#98B540

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

Shades of Yellow Green #98B540

Tints of Yellow Green #98B540

Color information

#98B540 (or 0x98B540) is unknown color: approx Yellow Green. HEX triplet: 98, B5 and 40. RGB value is (152,181,64). Sum of RGB (Red+Green+Blue) = 152+181+64=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #98B540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B540 is #674ABF. Grayscale: #9F9F9F. Windows color (decimal): -6769344 or 4240792. OLE color: 4240792.

HSL color Cylindrical-coordinate representation of color #98B540: hue angle of 74.87º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98B540 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB15218164-
CMYK0.1600.650.29
HSL74.87º47.76%48.04%-
HSV(B)74.87º64.64%70.98%-
XYZ30.440.0910.99-
YUV158.9974.39123.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.29%
GREEN value IS 181 (71.09% from 255) = 45.59%
BLUE value IS 64 (25.39% from 255) = 16.12%
R=38.29%
G=45.59%
B=16.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal152181640.1600.650.2974.8747.7648.04
Hex98B540100411D4b3030
Octal230265100200101351136060
Binary100110001011010110000001000001000001111011001011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,181,64); }

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

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

 a { background-color: rgb(152,181,64); }

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

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

 span { border-color: rgb(152,181,64); }

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