#989E1F

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

Shades of Citron #989E1F

Tints of Citron #989E1F

Color information

#989E1F (or 0x989E1F) is unknown color: approx Citron. HEX triplet: 98, 9E and 1F. RGB value is (152,158,31). Sum of RGB (Red+Green+Blue) = 152+158+31=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 158 - color contains mainly: green. Hex color #989E1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989E1F is #6761E0. Grayscale: #8E8E8E. Windows color (decimal): -6775265 or 2072216. OLE color: 2072216.

HSL color Cylindrical-coordinate representation of color #989E1F: hue angle of 62.83º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #989E1F is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB15215831-
CMYK0.0400.800.38
HSL62.83º67.2%37.06%-
HSV(B)62.83º80.38%61.96%-
XYZ25.4231.235.98-
YUV141.7365.51135.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.57%
GREEN value IS 158 (62.11% from 255) = 46.33%
BLUE value IS 31 (12.5% from 255) = 9.09%
R=44.57%
G=46.33%
B=9.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152158310.0400.800.3862.8367.237.06
Hex989E1F4050263f4325
Octal2302363740120467710345
Binary100110001001111011111100010100001001101111111000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989E1F; }

 p { color: rgb(152,158,31); }

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

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

 a { background-color: rgb(152,158,31); }

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

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

 span { border-color: rgb(152,158,31); }

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