#989712

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

Shades of Citron #989712

Tints of Citron #989712

Color information

#989712 (or 0x989712) is unknown color: approx Citron. HEX triplet: 98, 97 and 12. RGB value is (152,151,18). Sum of RGB (Red+Green+Blue) = 152+151+18=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #989712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989712 is #6768ED. Grayscale: #888888. Windows color (decimal): -6777070 or 1218456. OLE color: 1218456.

HSL color Cylindrical-coordinate representation of color #989712: hue angle of 59.55º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #989712 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB15215118-
CMYK00.010.880.40
HSL59.55º78.82%33.33%-
HSV(B)59.55º88.16%59.61%-
XYZ24.1228.854.87-
YUV136.1461.33139.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 151 (59.38% from 255) = 47.04%
BLUE value IS 18 (7.42% from 255) = 5.61%
R=47.35%
G=47.04%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521511800.010.880.4059.5578.8233.33
Hex9897120158283c4f21
Octal2302272201130507411741
Binary1001100010010111100100110110001010001111001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989712; }

 p { color: rgb(152,151,18); }

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

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

 a { background-color: rgb(152,151,18); }

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

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

 span { border-color: rgb(152,151,18); }

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