Html Css Color HEX #86BA34 Limerick

📋 copy color: '#86BA34'

red 134 ◦ green 186 ◦ blue 52

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

Shades of Limerick #86BA34

Tints of Limerick #86BA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.98%

R = 36.02%
G = 50%
B = 13.98%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#86BA34 (or 0x86BA34) is known color: Limerick. HEX triplet: 86, BA and 34. RGB value is (134,186,52). Sum of RGB (Red+Green+Blue) = 134+186+52=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BA34 is #7945CB. Grayscale: #9B9B9B. Windows color (decimal): -7947724 or 3455622. OLE color: 3455622.

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

Color convert

RGB 134 186 52 -
CMYK 0.28 0 0.72 0.27
HSL 83.28º 0.56% 0.47% -
HSV(B) 83.28º 0.72% 0.73% -
XYZ 28.01 40.43 9.58 -
YUV 155.18 69.77 112.9 -
System Red Green Blue C M Y K H S L
Decimal 134 186 52 0.28 0 0.72 0.27 83.28 0.56 0.47
Hex 86 BA 34 1C 0 48 1B 53 38 2F
Octal 206 272 64 34 0 110 33 123 70 57
Binary 10000110 10111010 110100 11100 0 1001000 11011 1010011 111000 101111

Color Harmonies of #86BA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA34

Black with #86BA34

Text Example


Text Example

White with #86BA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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