#8D9528

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

Shades of Citron #8D9528

Tints of Citron #8D9528

Color information

#8D9528 (or 0x8D9528) is unknown color: approx Citron. HEX triplet: 8D, 95 and 28. RGB value is (141,149,40). Sum of RGB (Red+Green+Blue) = 141+149+40=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #8D9528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9528 is #726AD7. Grayscale: #868686. Windows color (decimal): -7498456 or 2659725. OLE color: 2659725.

HSL color Cylindrical-coordinate representation of color #8D9528: hue angle of 64.4º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D9528 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB14114940-
CMYK0.0500.730.42
HSL64.4º57.67%37.06%-
HSV(B)64.4º73.15%58.43%-
XYZ22.1127.316.11-
YUV134.1874.85132.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.73%
GREEN value IS 149 (58.59% from 255) = 45.15%
BLUE value IS 40 (16.02% from 255) = 12.12%
R=42.73%
G=45.15%
B=12.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141149400.0500.730.4264.457.6737.06
Hex8D952850492A403a25
Octal2152255050111521007245
Binary1000110110010101101000101010010011010101000000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D9528; }

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

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

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

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

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

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

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

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