#8B9528

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

Shades of Citron #8B9528

Tints of Citron #8B9528

Color information

#8B9528 (or 0x8B9528) is unknown color: approx Citron. HEX triplet: 8B, 95 and 28. RGB value is (139,149,40). Sum of RGB (Red+Green+Blue) = 139+149+40=328 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.38% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #8B9528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9528 is #746AD7. Grayscale: #868686. Windows color (decimal): -7629528 or 2659723. OLE color: 2659723.

HSL color Cylindrical-coordinate representation of color #8B9528: hue angle of 65.5º 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 #8B9528 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB13914940-
CMYK0.0700.730.42
HSL65.5º57.67%37.06%-
HSV(B)65.5º73.15%58.43%-
XYZ21.7827.146.1-
YUV133.5875.19131.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.38%
GREEN value IS 149 (58.59% from 255) = 45.43%
BLUE value IS 40 (16.02% from 255) = 12.20%
R=42.38%
G=45.43%
B=12.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139149400.0700.730.4265.557.6737.06
Hex8B952870492A423a25
Octal2132255070111521027245
Binary1000101110010101101000111010010011010101000010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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