#8B9B12

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

Shades of Citron #8B9B12

Tints of Citron #8B9B12

Color information

#8B9B12 (or 0x8B9B12) is unknown color: approx Citron. HEX triplet: 8B, 9B and 12. RGB value is (139,155,18). Sum of RGB (Red+Green+Blue) = 139+155+18=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #8B9B12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B9B12 is #7464ED. Grayscale: #878787. Windows color (decimal): -7628014 or 1219467. OLE color: 1219467.

HSL color Cylindrical-coordinate representation of color #8B9B12: hue angle of 67.01º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B9B12 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB13915518-
CMYK0.1000.880.39
HSL67.01º79.19%33.92%-
HSV(B)67.01º88.39%60.78%-
XYZ22.4828.984.98-
YUV134.662.2131.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.55%
GREEN value IS 155 (60.94% from 255) = 49.68%
BLUE value IS 18 (7.42% from 255) = 5.77%
R=44.55%
G=49.68%
B=5.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal139155180.1000.880.3967.0179.1933.92
Hex8B9B12A05827434f22
Octal213233221201304710311742
Binary10001011100110111001010100101100010011110000111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,155,18); }

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

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

 a { background-color: rgb(139,155,18); }

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

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

 span { border-color: rgb(139,155,18); }

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