#86BB3D

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

Shades of Limerick #86BB3D

Tints of Limerick #86BB3D

Color information

#86BB3D (or 0x86BB3D) is unknown color: approx Limerick. HEX triplet: 86, BB and 3D. RGB value is (134,187,61). Sum of RGB (Red+Green+Blue) = 134+187+61=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BB3D is #7944C2. Grayscale: #9D9D9D. Windows color (decimal): -7947459 or 4045702. OLE color: 4045702.

HSL color Cylindrical-coordinate representation of color #86BB3D: hue angle of 85.24º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86BB3D is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB13418761-
CMYK0.2800.670.27
HSL85.24º50.81%48.63%-
HSV(B)85.24º67.38%73.33%-
XYZ28.4440.9510.82-
YUV156.7973.94111.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.08%
GREEN value IS 187 (73.44% from 255) = 48.95%
BLUE value IS 61 (24.22% from 255) = 15.97%
R=35.08%
G=48.95%
B=15.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134187610.2800.670.2785.2450.8148.63
Hex86BB3D1C0431B553331
Octal20627375340103331256361
Binary10000110101110111111011110001000011110111010101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86BB3D; }

 p { color: rgb(134,187,61); }

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

<style>
 a { background-color: #86BB3D; }

 a { background-color: rgb(134,187,61); }

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

<style>
 span { border-color: #86BB3D; }

 span { border-color: rgb(134,187,61); }

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