#8BB031

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

Shades of Limerick #8BB031

Tints of Limerick #8BB031

Color information

#8BB031 (or 0x8BB031) is unknown color: approx Limerick. HEX triplet: 8B, B0 and 31. RGB value is (139,176,49). Sum of RGB (Red+Green+Blue) = 139+176+49=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 176 (69.14% from 255 or 48.35% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BB031 is #744FCE. Grayscale: #969696. Windows color (decimal): -7622607 or 3256459. OLE color: 3256459.

HSL color Cylindrical-coordinate representation of color #8BB031: hue angle of 77.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8BB031 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB13917649-
CMYK0.2100.720.31
HSL77.48º56.44%44.12%-
HSV(B)77.48º72.16%69.02%-
XYZ26.7336.768.59-
YUV150.4670.74119.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.19%
GREEN value IS 176 (69.14% from 255) = 48.35%
BLUE value IS 49 (19.53% from 255) = 13.46%
R=38.19%
G=48.35%
B=13.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139176490.2100.720.3177.4856.4444.12
Hex8BB031150481F4d382c
Octal21326061250110371157054
Binary10001011101100001100011010101001000111111001101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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