#98990f

Color #98990F Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #98990F

Tints of Citron #98990F

Color information

#98990F (or 0x98990F) is unknown color: approx Citron. HEX triplet: 98, 99 and 0F. RGB value is (152,153,15). Sum of RGB (Red+Green+Blue) = 152+153+15=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #98990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98990F is #6766F0. Grayscale: #898989. Windows color (decimal): -6776561 or 1022360. OLE color: 1022360.

HSL color Cylindrical-coordinate representation of color #98990F: hue angle of 60.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98990F is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB15215315-
CMYK0.0100.900.4
HSL60.43º82.14%32.94%-
HSV(B)60.43º90.2%60%-
XYZ24.4329.494.86-
YUV136.9759.17138.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.5%
GREEN value IS 153 (60.16% from 255) = 47.81%
BLUE value IS 15 (6.25% from 255) = 4.69%
R=47.5%
G=47.81%
B=4.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal152153150.0100.900.460.4382.1432.94
Hex9899F105A283c5221
Octal2302311710132507412241
Binary100110001001100111111010110101010001111001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98990f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98990f; }

 p { color: rgb(152,153,15); }

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

<style>
 a { background-color: #98990f; }

 a { background-color: rgb(152,153,15); }

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

<style>
 span { border-color: #98990f; }

 span { border-color: rgb(152,153,15); }

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