#8ABB1D

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

Shades of Limerick #8ABB1D

Tints of Limerick #8ABB1D

Color information

#8ABB1D (or 0x8ABB1D) is unknown color: approx Limerick. HEX triplet: 8A, BB and 1D. RGB value is (138,187,29). Sum of RGB (Red+Green+Blue) = 138+187+29=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 187 (73.44% from 255 or 52.82% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABB1D is #7544E2. Grayscale: #9A9A9A. Windows color (decimal): -7685347 or 1948554. OLE color: 1948554.

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

Color convert

RGB13818729-
CMYK0.2600.840.27
HSL78.61º73.15%42.35%-
HSV(B)78.61º84.49%73.33%-
XYZ28.4741.037.58-
YUV154.3457.27116.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.98%
GREEN value IS 187 (73.44% from 255) = 52.82%
BLUE value IS 29 (11.72% from 255) = 8.19%
R=38.98%
G=52.82%
B=8.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138187290.2600.840.2778.6173.1542.35
Hex8ABB1D1A0541B4f492a
Octal212273353201243311711152
Binary10001010101110111110111010010101001101110011111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABB1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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