#989325

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

Shades of Citron #989325

Tints of Citron #989325

Color information

#989325 (or 0x989325) is unknown color: approx Citron. HEX triplet: 98, 93 and 25. RGB value is (152,147,37). Sum of RGB (Red+Green+Blue) = 152+147+37=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #989325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989325 is #676CDA. Grayscale: #888888. Windows color (decimal): -6778075 or 2462616. OLE color: 2462616.

HSL color Cylindrical-coordinate representation of color #989325: hue angle of 57.39º degrees, saturation: 0.61, 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 #989325 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB15214737-
CMYK00.030.760.40
HSL57.39º60.85%37.06%-
HSV(B)57.39º75.66%59.61%-
XYZ23.7227.685.84-
YUV135.9572.16139.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.24%
GREEN value IS 147 (57.81% from 255) = 43.75%
BLUE value IS 37 (14.84% from 255) = 11.01%
R=45.24%
G=43.75%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521473700.030.760.4057.3960.8537.06
Hex989325034C28393d25
Octal230223450311450717545
Binary10011000100100111001010111001100101000111001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989325; }

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

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

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

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

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

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

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

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