Html Css Color HEX #86BA3B Limerick

📋 copy color: '#86BA3B'

red 134 ◦ green 186 ◦ blue 59

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

Shades of Limerick #86BA3B

Tints of Limerick #86BA3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.57%

R = 35.36%
G = 49.08%
B = 15.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#86BA3B (or 0x86BA3B) is known color: Limerick. HEX triplet: 86, BA and 3B. RGB value is (134,186,59). Sum of RGB (Red+Green+Blue) = 134+186+59=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BA3B is #7945C4. Grayscale: #9C9C9C. Windows color (decimal): -7947717 or 3914374. OLE color: 3914374.

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

Color convert

RGB 134 186 59 -
CMYK 0.28 0 0.68 0.27
HSL 84.57º 0.52% 0.48% -
HSV(B) 84.57º 0.68% 0.73% -
XYZ 28.18 40.5 10.47 -
YUV 155.97 73.27 112.33 -
System Red Green Blue C M Y K H S L
Decimal 134 186 59 0.28 0 0.68 0.27 84.57 0.52 0.48
Hex 86 BA 3B 1C 0 44 1B 55 34 30
Octal 206 272 73 34 0 104 33 125 64 60
Binary 10000110 10111010 111011 11100 0 1000100 11011 1010101 110100 110000

Color Harmonies of #86BA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA3B

Black with #86BA3B

Text Example


Text Example

White with #86BA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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