#8FB332

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

Shades of Limerick #8FB332

Tints of Limerick #8FB332

Color information

#8FB332 (or 0x8FB332) is unknown color: approx Limerick. HEX triplet: 8F, B3 and 32. RGB value is (143,179,50). Sum of RGB (Red+Green+Blue) = 143+179+50=372 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.44% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB332 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB332 is #704CCD. Grayscale: #9A9A9A. Windows color (decimal): -7359694 or 3322767. OLE color: 3322767.

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

Color convert

RGB14317950-
CMYK0.2000.720.30
HSL76.74º56.33%44.9%-
HSV(B)76.74º72.07%70.2%-
XYZ28.0238.318.94-
YUV153.5369.57120.49-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.44%
GREEN value IS 179 (70.31% from 255) = 48.12%
BLUE value IS 50 (19.92% from 255) = 13.44%
R=38.44%
G=48.12%
B=13.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal143179500.2000.720.3076.7456.3344.9
Hex8FB332140481E4d382d
Octal21726362240110361157055
Binary10001111101100111100101010001001000111101001101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,179,50); }

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

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

 a { background-color: rgb(143,179,50); }

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

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

 span { border-color: rgb(143,179,50); }

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