#8BBC35

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

Shades of Limerick #8BBC35

Tints of Limerick #8BBC35

Color information

#8BBC35 (or 0x8BBC35) is unknown color: approx Limerick. HEX triplet: 8B, BC and 35. RGB value is (139,188,53). Sum of RGB (Red+Green+Blue) = 139+188+53=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBC35 is #7443CA. Grayscale: #9E9E9E. Windows color (decimal): -7619531 or 3521675. OLE color: 3521675.

HSL color Cylindrical-coordinate representation of color #8BBC35: hue angle of 81.78º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8BBC35 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB13918853-
CMYK0.2600.720.26
HSL81.78º56.02%47.25%-
HSV(B)81.78º71.81%73.73%-
XYZ29.2741.719.88-
YUV157.9668.77114.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.58%
GREEN value IS 188 (73.83% from 255) = 49.47%
BLUE value IS 53 (21.09% from 255) = 13.95%
R=36.58%
G=49.47%
B=13.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal139188530.2600.720.2681.7856.0247.25
Hex8BBC351A0481A52382f
Octal21327465320110321227057
Binary10001011101111001101011101001001000110101010010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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