#8BAB25

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

Shades of Limerick #8BAB25

Tints of Limerick #8BAB25

Color information

#8BAB25 (or 0x8BAB25) is unknown color: approx Limerick. HEX triplet: 8B, AB and 25. RGB value is (139,171,37). Sum of RGB (Red+Green+Blue) = 139+171+37=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #8BAB25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAB25 is #7454DA. Grayscale: #929292. Windows color (decimal): -7623899 or 2468747. OLE color: 2468747.

HSL color Cylindrical-coordinate representation of color #8BAB25: hue angle of 74.33º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8BAB25 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB13917137-
CMYK0.1900.780.33
HSL74.33º64.42%40.78%-
HSV(B)74.33º78.36%67.06%-
XYZ25.5434.757.11-
YUV146.1666.4122.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.06%
GREEN value IS 171 (67.19% from 255) = 49.28%
BLUE value IS 37 (14.84% from 255) = 10.66%
R=40.06%
G=49.28%
B=10.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139171370.1900.780.3374.3364.4240.78
Hex8BAB251304E214a4029
Octal213253452301164111210051
Binary1000101110101011100101100110100111010000110010101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAB25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,171,37); }

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

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

 a { background-color: rgb(139,171,37); }

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

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

 span { border-color: rgb(139,171,37); }

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