#989119

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

Shades of Citron #989119

Tints of Citron #989119

Color information

#989119 (or 0x989119) is unknown color: approx Citron. HEX triplet: 98, 91 and 19. RGB value is (152,145,25). Sum of RGB (Red+Green+Blue) = 152+145+25=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #989119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989119 is #676EE6. Grayscale: #858585. Windows color (decimal): -6778599 or 1675672. OLE color: 1675672.

HSL color Cylindrical-coordinate representation of color #989119: hue angle of 56.69º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #989119 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB15214525-
CMYK00.050.840.40
HSL56.69º71.75%34.71%-
HSV(B)56.69º83.55%59.61%-
XYZ23.25274.91-
YUV133.4166.82141.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.20%
GREEN value IS 145 (57.03% from 255) = 45.03%
BLUE value IS 25 (10.16% from 255) = 7.76%
R=47.20%
G=45.03%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521452500.050.840.4056.6971.7534.71
Hex989119055428394823
Octal2302213105124507111043
Binary100110001001000111001010110101001010001110011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989119; }

 p { color: rgb(152,145,25); }

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

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

 a { background-color: rgb(152,145,25); }

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

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

 span { border-color: rgb(152,145,25); }

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