Html Css Color HEX #86BA2D Limerick

📋 copy color: '#86BA2D'

red 134 ◦ green 186 ◦ blue 45

#86BA2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #86BA2D

Tints of Limerick #86BA2D

RGB

 RED value IS 134 (52.73% from 255) = 36.71%

 GREEN value IS 186 (73.05% from 255) = 50.96%

 BLUE value IS 45 (17.97% from 255) = 12.33%

R = 36.71%
G = 50.96%
B = 12.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#86BA2D (or 0x86BA2D) is known color: Limerick. HEX triplet: 86, BA and 2D. RGB value is (134,186,45). Sum of RGB (Red+Green+Blue) = 134+186+45=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BA2D is #7945D2. Grayscale: #9A9A9A. Windows color (decimal): -7947731 or 2996870. OLE color: 2996870.

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

Color convert

RGB 134 186 45 -
CMYK 0.28 0 0.76 0.27
HSL 82.13º 0.61% 0.45% -
HSV(B) 82.13º 0.76% 0.73% -
XYZ 27.86 40.38 8.81 -
YUV 154.38 66.27 113.46 -
System Red Green Blue C M Y K H S L
Decimal 134 186 45 0.28 0 0.76 0.27 82.13 0.61 0.45
Hex 86 BA 2D 1C 0 4C 1B 52 3D 2D
Octal 206 272 55 34 0 114 33 122 75 55
Binary 10000110 10111010 101101 11100 0 1001100 11011 1010010 111101 101101

Color Harmonies of #86BA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA2D

Black with #86BA2D

Text Example


Text Example

White with #86BA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,186,45); }

 H1.HeaderClassName
 {
   color: #86BA2D;
 }
 .AnyTagClassName
 {
   color: #86BA2D;
 }
</style>

background-color css

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

 a { background-color: rgb(134,186,45); }

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

border-color css

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

 span { border-color: rgb(134,186,45); }

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