#9A9528

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

Shades of Citron #9A9528

Tints of Citron #9A9528

Color information

#9A9528 (or 0x9A9528) is unknown color: approx Citron. HEX triplet: 9A, 95 and 28. RGB value is (154,149,40). Sum of RGB (Red+Green+Blue) = 154+149+40=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A9528 is #656AD7. Grayscale: #8A8A8A. Windows color (decimal): -6646488 or 2659738. OLE color: 2659738.

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

Color convert

RGB15414940-
CMYK00.030.740.40
HSL57.37º58.76%38.04%-
HSV(B)57.37º74.03%60.39%-
XYZ24.4628.526.22-
YUV138.0772.66139.36-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.90%
GREEN value IS 149 (58.59% from 255) = 43.44%
BLUE value IS 40 (16.02% from 255) = 11.66%
R=44.90%
G=43.44%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541494000.030.740.4057.3758.7638.04
Hex9A9528034A28393b26
Octal232225500311250717346
Binary10011010100101011010000111001010101000111001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A9528; }

 p { color: rgb(154,149,40); }

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

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

 a { background-color: rgb(154,149,40); }

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

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

 span { border-color: rgb(154,149,40); }

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