#8BB03C

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

Shades of Limerick #8BB03C

Tints of Limerick #8BB03C

Color information

#8BB03C (or 0x8BB03C) is unknown color: approx Limerick. HEX triplet: 8B, B0 and 3C. RGB value is (139,176,60). Sum of RGB (Red+Green+Blue) = 139+176+60=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB03C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BB03C is #744FC3. Grayscale: #989898. Windows color (decimal): -7622596 or 3977355. OLE color: 3977355.

HSL color Cylindrical-coordinate representation of color #8BB03C: hue angle of 79.14º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8BB03C is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB13917660-
CMYK0.2100.660.31
HSL79.14º49.15%46.27%-
HSV(B)79.14º65.91%69.02%-
XYZ26.9936.879.97-
YUV151.7176.24118.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.07%
GREEN value IS 176 (69.14% from 255) = 46.93%
BLUE value IS 60 (23.83% from 255) = 16%
R=37.07%
G=46.93%
B=16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139176600.2100.660.3179.1449.1546.27
Hex8BB03C150421F4f312e
Octal21326074250102371176156
Binary10001011101100001111001010101000010111111001111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,176,60); }

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

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

 a { background-color: rgb(139,176,60); }

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

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

 span { border-color: rgb(139,176,60); }

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