#98B31C

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

Shades of Citrus #98B31C

Tints of Citrus #98B31C

Color information

#98B31C (or 0x98B31C) is unknown color: approx Citrus. HEX triplet: 98, B3 and 1C. RGB value is (152,179,28). Sum of RGB (Red+Green+Blue) = 152+179+28=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #98B31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B31C is #674CE3. Grayscale: #9A9A9A. Windows color (decimal): -6769892 or 1880984. OLE color: 1880984.

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

Color convert

RGB15217928-
CMYK0.1500.840.30
HSL70.73º72.95%40.59%-
HSV(B)70.73º84.36%70.2%-
XYZ29.28397.08-
YUV153.7157.05126.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.34%
GREEN value IS 179 (70.31% from 255) = 49.86%
BLUE value IS 28 (11.33% from 255) = 7.80%
R=42.34%
G=49.86%
B=7.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal152179280.1500.840.3070.7372.9540.59
Hex98B31CF0541E474929
Octal230263341701243610711151
Binary1001100010110011111001111010101001111010001111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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