#8BB931

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

Shades of Limerick #8BB931

Tints of Limerick #8BB931

Color information

#8BB931 (or 0x8BB931) is unknown color: approx Limerick. HEX triplet: 8B, B9 and 31. RGB value is (139,185,49). Sum of RGB (Red+Green+Blue) = 139+185+49=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #8BB931 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB931 is #7446CE. Grayscale: #9C9C9C. Windows color (decimal): -7620303 or 3258763. OLE color: 3258763.

HSL color Cylindrical-coordinate representation of color #8BB931: hue angle of 80.29º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8BB931 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB13918549-
CMYK0.2500.740.27
HSL80.29º58.12%45.88%-
HSV(B)80.29º73.51%72.55%-
XYZ28.5540.419.2-
YUV155.7467.76116.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.27%
GREEN value IS 185 (72.66% from 255) = 49.60%
BLUE value IS 49 (19.53% from 255) = 13.14%
R=37.27%
G=49.60%
B=13.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139185490.2500.740.2780.2958.1245.88
Hex8BB9311904A1B503a2e
Octal21327161310112331207256
Binary10001011101110011100011100101001010110111010000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,185,49); }

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

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

 a { background-color: rgb(139,185,49); }

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

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

 span { border-color: rgb(139,185,49); }

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