#8BAD33

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

Shades of Limerick #8BAD33

Tints of Limerick #8BAD33

Color information

#8BAD33 (or 0x8BAD33) is unknown color: approx Limerick. HEX triplet: 8B, AD and 33. RGB value is (139,173,51). Sum of RGB (Red+Green+Blue) = 139+173+51=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #8BAD33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAD33 is #7452CC. Grayscale: #959595. Windows color (decimal): -7623373 or 3386763. OLE color: 3386763.

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

Color convert

RGB13917351-
CMYK0.2000.710.32
HSL76.72º54.46%43.92%-
HSV(B)76.72º70.52%67.84%-
XYZ26.1935.628.63-
YUV148.9372.74120.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.29%
GREEN value IS 173 (67.97% from 255) = 47.66%
BLUE value IS 51 (20.31% from 255) = 14.05%
R=38.29%
G=47.66%
B=14.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139173510.2000.710.3276.7254.4643.92
Hex8BAD3314047204d362c
Octal21325563240107401156654
Binary100010111010110111001110100010001111000001001101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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