Html Css Color HEX #86BD2D Limerick

📋 copy color: '#86BD2D'

red 134 ◦ green 189 ◦ blue 45

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

Shades of Limerick #86BD2D

Tints of Limerick #86BD2D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 51.36%

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

R = 36.41%
G = 51.36%
B = 12.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#86BD2D (or 0x86BD2D) is known color: Limerick. HEX triplet: 86, BD and 2D. RGB value is (134,189,45). Sum of RGB (Red+Green+Blue) = 134+189+45=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BD2D is #7942D2. Grayscale: #9C9C9C. Windows color (decimal): -7946963 or 2997638. OLE color: 2997638.

HSL color Cylindrical-coordinate representation of color #86BD2D: hue angle of 82.92º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86BD2D is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 189 45 -
CMYK 0.29 0 0.76 0.26
HSL 82.92º 0.62% 0.46% -
HSV(B) 82.92º 0.76% 0.74% -
XYZ 28.5 41.65 9.02 -
YUV 156.14 65.28 112.21 -
System Red Green Blue C M Y K H S L
Decimal 134 189 45 0.29 0 0.76 0.26 82.92 0.62 0.46
Hex 86 BD 2D 1D 0 4C 1A 53 3E 2E
Octal 206 275 55 35 0 114 32 123 76 56
Binary 10000110 10111101 101101 11101 0 1001100 11010 1010011 111110 101110

Color Harmonies of #86BD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BD2D

Black with #86BD2D

Text Example


Text Example

White with #86BD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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