#8B8D25

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

Shades of Citron #8B8D25

Tints of Citron #8B8D25

Color information

#8B8D25 (or 0x8B8D25) is unknown color: approx Citron. HEX triplet: 8B, 8D and 25. RGB value is (139,141,37). Sum of RGB (Red+Green+Blue) = 139+141+37=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 141 - color contains mainly: green. Hex color #8B8D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8D25 is #7472DA. Grayscale: #808080. Windows color (decimal): -7631579 or 2461067. OLE color: 2461067.

HSL color Cylindrical-coordinate representation of color #8B8D25: hue angle of 61.15º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B8D25 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB13914137-
CMYK0.0100.740.45
HSL61.15º58.43%34.9%-
HSV(B)61.15º73.76%55.29%-
XYZ20.5124.675.43-
YUV128.5576.34135.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.85%
GREEN value IS 141 (55.47% from 255) = 44.48%
BLUE value IS 37 (14.84% from 255) = 11.67%
R=43.85%
G=44.48%
B=11.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139141370.0100.740.4561.1558.4334.9
Hex8B8D25104A2D3d3a23
Octal213215451011255757243
Binary1000101110001101100101101001010101101111101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,141,37); }

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

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

 a { background-color: rgb(139,141,37); }

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

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

 span { border-color: rgb(139,141,37); }

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