#98CB2A

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

Shades of Yellow Green #98CB2A

Tints of Yellow Green #98CB2A

Color information

#98CB2A (or 0x98CB2A) is unknown color: approx Yellow Green. HEX triplet: 98, CB and 2A. RGB value is (152,203,42). Sum of RGB (Red+Green+Blue) = 152+203+42=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #98CB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CB2A is #6734D5. Grayscale: #A9A9A9. Windows color (decimal): -6763734 or 2804632. OLE color: 2804632.

HSL color Cylindrical-coordinate representation of color #98CB2A: hue angle of 79.01º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #98CB2A is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB15220342-
CMYK0.2500.790.20
HSL79.01º65.71%48.04%-
HSV(B)79.01º79.31%79.61%-
XYZ34.7249.559.93-
YUV169.456.1115.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.29%
GREEN value IS 203 (79.69% from 255) = 51.13%
BLUE value IS 42 (16.80% from 255) = 10.58%
R=38.29%
G=51.13%
B=10.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal152203420.2500.790.2079.0165.7148.04
Hex98CB2A1904F144f4230
Octal230313523101172411710260
Binary100110001100101110101011001010011111010010011111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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