#98CC2B

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

Shades of Yellow Green #98CC2B

Tints of Yellow Green #98CC2B

Color information

#98CC2B (or 0x98CC2B) is unknown color: approx Yellow Green. HEX triplet: 98, CC and 2B. RGB value is (152,204,43). Sum of RGB (Red+Green+Blue) = 152+204+43=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #98CC2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CC2B is #6733D4. Grayscale: #AAAAAA. Windows color (decimal): -6763477 or 2870424. OLE color: 2870424.

HSL color Cylindrical-coordinate representation of color #98CC2B: hue angle of 79.38º degrees, saturation: 0.65, 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 #98CC2B is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB15220443-
CMYK0.2500.790.2
HSL79.38º65.18%48.43%-
HSV(B)79.38º78.92%80%-
XYZ34.9850.0410.1-
YUV170.156.27115.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.10%
GREEN value IS 204 (80.08% from 255) = 51.13%
BLUE value IS 43 (17.19% from 255) = 10.78%
R=38.10%
G=51.13%
B=10.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal152204430.2500.790.279.3865.1848.43
Hex98CC2B1904F144f4130
Octal230314533101172411710160
Binary100110001100110010101111001010011111010010011111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,204,43); }

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

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

 a { background-color: rgb(152,204,43); }

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

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

 span { border-color: rgb(152,204,43); }

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