#8BB929

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

Shades of Limerick #8BB929

Tints of Limerick #8BB929

Color information

#8BB929 (or 0x8BB929) is unknown color: approx Limerick. HEX triplet: 8B, B9 and 29. RGB value is (139,185,41). Sum of RGB (Red+Green+Blue) = 139+185+41=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 185 (72.66% from 255 or 50.68% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 185 - color contains mainly: green. Hex color #8BB929 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB929 is #7446D6. Grayscale: #9B9B9B. Windows color (decimal): -7620311 or 2734475. OLE color: 2734475.

HSL color Cylindrical-coordinate representation of color #8BB929: hue angle of 79.17º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8BB929 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB13918541-
CMYK0.2500.780.27
HSL79.17º63.72%44.31%-
HSV(B)79.17º77.84%72.55%-
XYZ28.440.358.39-
YUV154.8363.76116.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.08%
GREEN value IS 185 (72.66% from 255) = 50.68%
BLUE value IS 41 (16.41% from 255) = 11.23%
R=38.08%
G=50.68%
B=11.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139185410.2500.780.2779.1763.7244.31
Hex8BB9291904E1B4f402c
Octal213271513101163311710054
Binary100010111011100110100111001010011101101110011111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,185,41); }

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

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

 a { background-color: rgb(139,185,41); }

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

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

 span { border-color: rgb(139,185,41); }

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