#86b23f

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

Shades of Limerick #86B23F

Tints of Limerick #86B23F

Color information

#86B23F (or 0x86B23F) is unknown color: approx Limerick. HEX triplet: 86, B2 and 3F. RGB value is (134,178,63). Sum of RGB (Red+Green+Blue) = 134+178+63=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #86B23F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86B23F is #794DC0. Grayscale: #989898. Windows color (decimal): -7949761 or 4174470. OLE color: 4174470.

HSL color Cylindrical-coordinate representation of color #86B23F: hue angle of 82.96º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86B23F is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB13417863-
CMYK0.2500.650.30
HSL82.96º47.72%47.25%-
HSV(B)82.96º64.61%69.8%-
XYZ26.6537.2710.49-
YUV151.7377.92115.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.73%
GREEN value IS 178 (69.92% from 255) = 47.47%
BLUE value IS 63 (25% from 255) = 16.8%
R=35.73%
G=47.47%
B=16.8%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal134178630.2500.650.3082.9647.7247.25
Hex86B23F190411E53302f
Octal20626277310101361236057
Binary10000110101100101111111100101000001111101010011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86b23f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,178,63); }

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

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

 a { background-color: rgb(134,178,63); }

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

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

 span { border-color: rgb(134,178,63); }

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