#98B112

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

Shades of Citrus #98B112

Tints of Citrus #98B112

Color information

#98B112 (or 0x98B112) is unknown color: approx Citrus. HEX triplet: 98, B1 and 12. RGB value is (152,177,18). Sum of RGB (Red+Green+Blue) = 152+177+18=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 177 (69.53% from 255 or 51.01% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 177 - color contains mainly: green. Hex color #98B112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98B112 is #674EED. Grayscale: #989898. Windows color (decimal): -6770414 or 1225112. OLE color: 1225112.

HSL color Cylindrical-coordinate representation of color #98B112: hue angle of 69.43º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98B112 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB15217718-
CMYK0.1400.900.31
HSL69.43º81.54%38.24%-
HSV(B)69.43º89.83%69.41%-
XYZ28.7838.166.42-
YUV151.452.72128.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 177 (69.53% from 255) = 51.01%
BLUE value IS 18 (7.42% from 255) = 5.19%
R=43.80%
G=51.01%
B=5.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152177180.1400.900.3169.4381.5438.24
Hex98B112E05A1F455226
Octal230261221601323710512246
Binary1001100010110001100101110010110101111110001011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,177,18); }

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

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

 a { background-color: rgb(152,177,18); }

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

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

 span { border-color: rgb(152,177,18); }

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