#8B8D26

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

Shades of Citron #8B8D26

Tints of Citron #8B8D26

Color information

#8B8D26 (or 0x8B8D26) is unknown color: approx Citron. HEX triplet: 8B, 8D and 26. RGB value is (139,141,38). Sum of RGB (Red+Green+Blue) = 139+141+38=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 141 - color contains mainly: green. Hex color #8B8D26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8D26 is #7472D9. Grayscale: #818181. Windows color (decimal): -7631578 or 2526603. OLE color: 2526603.

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

Color convert

RGB13914138-
CMYK0.0100.730.45
HSL61.17º57.54%35.1%-
HSV(B)61.17º73.05%55.29%-
XYZ20.5224.685.52-
YUV128.6676.84135.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.71%
GREEN value IS 141 (55.47% from 255) = 44.34%
BLUE value IS 38 (15.23% from 255) = 11.95%
R=43.71%
G=44.34%
B=11.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139141380.0100.730.4561.1757.5435.1
Hex8B8D2610492D3d3a23
Octal213215461011155757243
Binary1000101110001101100110101001001101101111101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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