#98B316

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

Shades of Citrus #98B316

Tints of Citrus #98B316

Color information

#98B316 (or 0x98B316) is unknown color: approx Citrus. HEX triplet: 98, B3 and 16. RGB value is (152,179,22). Sum of RGB (Red+Green+Blue) = 152+179+22=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #98B316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98B316 is #674CE9. Grayscale: #999999. Windows color (decimal): -6769898 or 1487768. OLE color: 1487768.

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

Color convert

RGB15217922-
CMYK0.1500.880.30
HSL70.32º78.11%39.41%-
HSV(B)70.32º87.71%70.2%-
XYZ29.2138.976.74-
YUV153.0354.05127.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.06%
GREEN value IS 179 (70.31% from 255) = 50.71%
BLUE value IS 22 (8.98% from 255) = 6.23%
R=43.06%
G=50.71%
B=6.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal152179220.1500.880.3070.3278.1139.41
Hex98B316F0581E464e27
Octal230263261701303610611647
Binary1001100010110011101101111010110001111010001101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,179,22); }

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

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

 a { background-color: rgb(152,179,22); }

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

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

 span { border-color: rgb(152,179,22); }

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