#98B213

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

Shades of Citrus #98B213

Tints of Citrus #98B213

Color information

#98B213 (or 0x98B213) is unknown color: approx Citrus. HEX triplet: 98, B2 and 13. RGB value is (152,178,19). Sum of RGB (Red+Green+Blue) = 152+178+19=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 178 (69.92% from 255 or 51.00% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 178 - color contains mainly: green. Hex color #98B213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98B213 is #674DEC. Grayscale: #989898. Windows color (decimal): -6770157 or 1290904. OLE color: 1290904.

HSL color Cylindrical-coordinate representation of color #98B213: hue angle of 69.81º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #98B213 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB15217819-
CMYK0.1500.890.30
HSL69.81º80.71%38.63%-
HSV(B)69.81º89.33%69.8%-
XYZ28.9938.566.53-
YUV152.152.89127.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.55%
GREEN value IS 178 (69.92% from 255) = 51.00%
BLUE value IS 19 (7.81% from 255) = 5.44%
R=43.55%
G=51.00%
B=5.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal152178190.1500.890.3069.8180.7138.63
Hex98B213F0591E465127
Octal230262231701313610612147
Binary1001100010110010100111111010110011111010001101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,178,19); }

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

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

 a { background-color: rgb(152,178,19); }

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

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

 span { border-color: rgb(152,178,19); }

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