#989323

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

Shades of Citron #989323

Tints of Citron #989323

Color information

#989323 (or 0x989323) is unknown color: approx Citron. HEX triplet: 98, 93 and 23. RGB value is (152,147,35). Sum of RGB (Red+Green+Blue) = 152+147+35=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #989323 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989323 is #676CDC. Grayscale: #888888. Windows color (decimal): -6778077 or 2331544. OLE color: 2331544.

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

Color convert

RGB15214735-
CMYK00.030.770.40
HSL57.44º62.57%36.67%-
HSV(B)57.44º76.97%59.61%-
XYZ23.6927.665.68-
YUV135.7371.16139.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.51%
GREEN value IS 147 (57.81% from 255) = 44.01%
BLUE value IS 35 (14.06% from 255) = 10.48%
R=45.51%
G=44.01%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521473500.030.770.4057.4462.5736.67
Hex989323034D28393f25
Octal230223430311550717745
Binary10011000100100111000110111001101101000111001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989323; }

 p { color: rgb(152,147,35); }

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

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

 a { background-color: rgb(152,147,35); }

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

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

 span { border-color: rgb(152,147,35); }

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