#8ABB2C

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

Shades of Limerick #8ABB2C

Tints of Limerick #8ABB2C

Color information

#8ABB2C (or 0x8ABB2C) is unknown color: approx Limerick. HEX triplet: 8A, BB and 2C. RGB value is (138,187,44). Sum of RGB (Red+Green+Blue) = 138+187+44=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 187 (73.44% from 255 or 50.68% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABB2C is #7544D3. Grayscale: #9C9C9C. Windows color (decimal): -7685332 or 2931594. OLE color: 2931594.

HSL color Cylindrical-coordinate representation of color #8ABB2C: hue angle of 80.56º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8ABB2C is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB13818744-
CMYK0.2600.760.27
HSL80.56º61.9%45.29%-
HSV(B)80.56º76.47%73.33%-
XYZ28.7141.138.81-
YUV156.0564.77115.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.40%
GREEN value IS 187 (73.44% from 255) = 50.68%
BLUE value IS 44 (17.58% from 255) = 11.92%
R=37.40%
G=50.68%
B=11.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138187440.2600.760.2780.5661.945.29
Hex8ABB2C1A04C1B513e2d
Octal21227354320114331217655
Binary10001010101110111011001101001001100110111010001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABB2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,187,44); }

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

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

 a { background-color: rgb(138,187,44); }

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

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

 span { border-color: rgb(138,187,44); }

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