#989524

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

Shades of Citron #989524

Tints of Citron #989524

Color information

#989524 (or 0x989524) is unknown color: approx Citron. HEX triplet: 98, 95 and 24. RGB value is (152,149,36). Sum of RGB (Red+Green+Blue) = 152+149+36=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #989524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989524 is #676ADB. Grayscale: #898989. Windows color (decimal): -6777564 or 2397592. OLE color: 2397592.

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

Color convert

RGB15214936-
CMYK00.020.760.40
HSL58.45º61.7%36.86%-
HSV(B)58.45º76.32%59.61%-
XYZ24.0128.35.87-
YUV137.0270.99138.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 149 (58.59% from 255) = 44.21%
BLUE value IS 36 (14.45% from 255) = 10.68%
R=45.10%
G=44.21%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521493600.020.760.4058.4561.736.86
Hex989524024C283a3e25
Octal230225440211450727645
Binary10011000100101011001000101001100101000111010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989524; }

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

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

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

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

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

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

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

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