#98B411

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

Shades of Citrus #98B411

Tints of Citrus #98B411

Color information

#98B411 (or 0x98B411) is unknown color: approx Citrus. HEX triplet: 98, B4 and 11. RGB value is (152,180,17). Sum of RGB (Red+Green+Blue) = 152+180+17=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 180 (70.70% from 255 or 51.58% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 180 - color contains mainly: green. Hex color #98B411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98B411 is #674BEE. Grayscale: #999999. Windows color (decimal): -6769647 or 1160344. OLE color: 1160344.

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

Color convert

RGB15218017-
CMYK0.1600.910.29
HSL70.31º82.74%38.63%-
HSV(B)70.31º90.56%70.59%-
XYZ29.3739.366.58-
YUV153.0551.22127.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.55%
GREEN value IS 180 (70.70% from 255) = 51.58%
BLUE value IS 17 (7.03% from 255) = 4.87%
R=43.55%
G=51.58%
B=4.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal152180170.1600.910.2970.3182.7438.63
Hex98B4111005B1D465327
Octal230264212001333510612347
Binary10011000101101001000110000010110111110110001101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,180,17); }

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

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

 a { background-color: rgb(152,180,17); }

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

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

 span { border-color: rgb(152,180,17); }

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