#8BAD3A

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

Shades of Limerick #8BAD3A

Tints of Limerick #8BAD3A

Color information

#8BAD3A (or 0x8BAD3A) is unknown color: approx Limerick. HEX triplet: 8B, AD and 3A. RGB value is (139,173,58). Sum of RGB (Red+Green+Blue) = 139+173+58=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #8BAD3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAD3A is #7452C5. Grayscale: #969696. Windows color (decimal): -7623366 or 3845515. OLE color: 3845515.

HSL color Cylindrical-coordinate representation of color #8BAD3A: hue angle of 77.74º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8BAD3A is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB13917358-
CMYK0.2000.660.32
HSL77.74º49.78%45.29%-
HSV(B)77.74º66.47%67.84%-
XYZ26.3535.689.5-
YUV149.7276.24120.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.57%
GREEN value IS 173 (67.97% from 255) = 46.76%
BLUE value IS 58 (23.05% from 255) = 15.68%
R=37.57%
G=46.76%
B=15.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139173580.2000.660.3277.7449.7845.29
Hex8BAD3A14042204e322d
Octal21325572240102401166255
Binary100010111010110111101010100010000101000001001110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,173,58); }

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

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

 a { background-color: rgb(139,173,58); }

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

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

 span { border-color: rgb(139,173,58); }

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