#989527

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

Shades of Citron #989527

Tints of Citron #989527

Color information

#989527 (or 0x989527) is unknown color: approx Citron. HEX triplet: 98, 95 and 27. RGB value is (152,149,39). Sum of RGB (Red+Green+Blue) = 152+149+39=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #989527 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989527 is #676AD8. Grayscale: #898989. Windows color (decimal): -6777561 or 2594200. OLE color: 2594200.

HSL color Cylindrical-coordinate representation of color #989527: hue angle of 58.41º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #989527 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB15214939-
CMYK00.020.740.40
HSL58.41º59.16%37.45%-
HSV(B)58.41º74.34%59.61%-
XYZ24.0628.326.12-
YUV137.3672.49138.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.71%
GREEN value IS 149 (58.59% from 255) = 43.82%
BLUE value IS 39 (15.62% from 255) = 11.47%
R=44.71%
G=43.82%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521493900.020.740.4058.4159.1637.45
Hex989527024A283a3b25
Octal230225470211250727345
Binary10011000100101011001110101001010101000111010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989527; }

 p { color: rgb(152,149,39); }

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

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

 a { background-color: rgb(152,149,39); }

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

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

 span { border-color: rgb(152,149,39); }

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