#8BB330

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

Shades of Limerick #8BB330

Tints of Limerick #8BB330

Color information

#8BB330 (or 0x8BB330) is unknown color: approx Limerick. HEX triplet: 8B, B3 and 30. RGB value is (139,179,48). Sum of RGB (Red+Green+Blue) = 139+179+48=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 179 (70.31% from 255 or 48.91% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 179 - color contains mainly: green. Hex color #8BB330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB330 is #744CCF. Grayscale: #989898. Windows color (decimal): -7621840 or 3191691. OLE color: 3191691.

HSL color Cylindrical-coordinate representation of color #8BB330: hue angle of 78.32º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8BB330 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB13917948-
CMYK0.2200.730.30
HSL78.32º57.71%44.51%-
HSV(B)78.32º73.18%70.2%-
XYZ27.337.948.68-
YUV152.1169.25118.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.98%
GREEN value IS 179 (70.31% from 255) = 48.91%
BLUE value IS 48 (19.14% from 255) = 13.11%
R=37.98%
G=48.91%
B=13.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal139179480.2200.730.3078.3257.7144.51
Hex8BB330160491E4e3a2d
Octal21326360260111361167255
Binary10001011101100111100001011001001001111101001110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,179,48); }

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

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

 a { background-color: rgb(139,179,48); }

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

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

 span { border-color: rgb(139,179,48); }

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