#98BD2A

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

Shades of Yellow Green #98BD2A

Tints of Yellow Green #98BD2A

Color information

#98BD2A (or 0x98BD2A) is unknown color: approx Yellow Green. HEX triplet: 98, BD and 2A. RGB value is (152,189,42). Sum of RGB (Red+Green+Blue) = 152+189+42=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 42 (16.80% from 255 or 10.97% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #98BD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BD2A is #6742D5. Grayscale: #A1A1A1. Windows color (decimal): -6767318 or 2801048. OLE color: 2801048.

HSL color Cylindrical-coordinate representation of color #98BD2A: hue angle of 75.1º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #98BD2A is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB15218942-
CMYK0.2000.780.26
HSL75.1º63.64%45.29%-
HSV(B)75.1º77.78%74.12%-
XYZ31.5643.248.87-
YUV161.1860.74121.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.69%
GREEN value IS 189 (74.22% from 255) = 49.35%
BLUE value IS 42 (16.80% from 255) = 10.97%
R=39.69%
G=49.35%
B=10.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal152189420.2000.780.2675.163.6445.29
Hex98BD2A1404E1A4b402d
Octal230275522401163211310055
Binary100110001011110110101010100010011101101010010111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,189,42); }

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

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

 a { background-color: rgb(152,189,42); }

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

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

 span { border-color: rgb(152,189,42); }

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