#8bb23f

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

Shades of Limerick #8BB23F

Tints of Limerick #8BB23F

Color information

#8BB23F (or 0x8BB23F) is unknown color: approx Limerick. HEX triplet: 8B, B2 and 3F. RGB value is (139,178,63). Sum of RGB (Red+Green+Blue) = 139+178+63=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB23F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BB23F is #744DC0. Grayscale: #999999. Windows color (decimal): -7622081 or 4174475. OLE color: 4174475.

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

Color convert

RGB13917863-
CMYK0.2200.650.30
HSL80.35º47.72%47.25%-
HSV(B)80.35º64.61%69.8%-
XYZ27.4737.6910.53-
YUV153.2377.08117.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.58%
GREEN value IS 178 (69.92% from 255) = 46.84%
BLUE value IS 63 (25% from 255) = 16.58%
R=36.58%
G=46.84%
B=16.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal139178630.2200.650.3080.3547.7247.25
Hex8BB23F160411E50302f
Octal21326277260101361206057
Binary10001011101100101111111011001000001111101010000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8bb23f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,178,63); }

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

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

 a { background-color: rgb(139,178,63); }

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

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

 span { border-color: rgb(139,178,63); }

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