#8BB135

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

Shades of Limerick #8BB135

Tints of Limerick #8BB135

Color information

#8BB135 (or 0x8BB135) is unknown color: approx Limerick. HEX triplet: 8B, B1 and 35. RGB value is (139,177,53). Sum of RGB (Red+Green+Blue) = 139+177+53=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 177 (69.53% from 255 or 47.97% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 177 - color contains mainly: green. Hex color #8BB135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BB135 is #744ECA. Grayscale: #979797. Windows color (decimal): -7622347 or 3518859. OLE color: 3518859.

HSL color Cylindrical-coordinate representation of color #8BB135: hue angle of 78.39º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8BB135 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB13917753-
CMYK0.2100.700.31
HSL78.39º53.91%45.1%-
HSV(B)78.39º70.06%69.41%-
XYZ27.0137.199.12-
YUV151.572.41119.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.67%
GREEN value IS 177 (69.53% from 255) = 47.97%
BLUE value IS 53 (21.09% from 255) = 14.36%
R=37.67%
G=47.97%
B=14.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139177530.2100.700.3178.3953.9145.1
Hex8BB135150461F4e362d
Octal21326165250106371166655
Binary10001011101100011101011010101000110111111001110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,177,53); }

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

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

 a { background-color: rgb(139,177,53); }

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

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

 span { border-color: rgb(139,177,53); }

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