#8BB140

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

Shades of Limerick #8BB140

Tints of Limerick #8BB140

Color information

#8BB140 (or 0x8BB140) is unknown color: approx Limerick. HEX triplet: 8B, B1 and 40. RGB value is (139,177,64). Sum of RGB (Red+Green+Blue) = 139+177+64=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 177 - color contains mainly: green. Hex color #8BB140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BB140 is #744EBF. Grayscale: #999999. Windows color (decimal): -7622336 or 4239755. OLE color: 4239755.

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

Color convert

RGB13917764-
CMYK0.2100.640.31
HSL80.18º46.89%47.25%-
HSV(B)80.18º63.84%69.41%-
XYZ27.337.310.61-
YUV152.7677.91118.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.58%
GREEN value IS 177 (69.53% from 255) = 46.58%
BLUE value IS 64 (25.39% from 255) = 16.84%
R=36.58%
G=46.58%
B=16.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139177640.2100.640.3180.1846.8947.25
Hex8BB140150401F502f2f
Octal213261100250100371205757
Binary100010111011000110000001010101000000111111010000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,177,64); }

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

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

 a { background-color: rgb(139,177,64); }

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

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

 span { border-color: rgb(139,177,64); }

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