#8BB828

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

Shades of Limerick #8BB828

Tints of Limerick #8BB828

Color information

#8BB828 (or 0x8BB828) is unknown color: approx Limerick. HEX triplet: 8B, B8 and 28. RGB value is (139,184,40). Sum of RGB (Red+Green+Blue) = 139+184+40=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 184 (72.27% from 255 or 50.69% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 184 - color contains mainly: green. Hex color #8BB828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB828 is #7447D7. Grayscale: #9A9A9A. Windows color (decimal): -7620568 or 2668683. OLE color: 2668683.

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

Color convert

RGB13918440-
CMYK0.2400.780.28
HSL78.75º64.29%43.92%-
HSV(B)78.75º78.26%72.16%-
XYZ28.1739.928.23-
YUV154.1363.59117.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.29%
GREEN value IS 184 (72.27% from 255) = 50.69%
BLUE value IS 40 (16.02% from 255) = 11.02%
R=38.29%
G=50.69%
B=11.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal139184400.2400.780.2878.7564.2943.92
Hex8BB8281804E1C4f402c
Octal213270503001163411710054
Binary100010111011100010100011000010011101110010011111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,184,40); }

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

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

 a { background-color: rgb(139,184,40); }

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

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

 span { border-color: rgb(139,184,40); }

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