#8BB13D

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

Shades of Limerick #8BB13D

Tints of Limerick #8BB13D

Color information

#8BB13D (or 0x8BB13D) is unknown color: approx Limerick. HEX triplet: 8B, B1 and 3D. RGB value is (139,177,61). Sum of RGB (Red+Green+Blue) = 139+177+61=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 177 - color contains mainly: green. Hex color #8BB13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BB13D is #744EC2. Grayscale: #989898. Windows color (decimal): -7622339 or 4043147. OLE color: 4043147.

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

Color convert

RGB13917761-
CMYK0.2100.660.31
HSL79.66º48.74%46.67%-
HSV(B)79.66º65.54%69.41%-
XYZ27.2137.2710.17-
YUV152.4176.41118.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.87%
GREEN value IS 177 (69.53% from 255) = 46.95%
BLUE value IS 61 (24.22% from 255) = 16.18%
R=36.87%
G=46.95%
B=16.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139177610.2100.660.3179.6648.7446.67
Hex8BB13D150421F50312f
Octal21326175250102371206157
Binary10001011101100011111011010101000010111111010000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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