Html Css Color HEX #86BC32 Limerick

📋 copy color: '#86BC32'

red 134 ◦ green 188 ◦ blue 50

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

Shades of Limerick #86BC32

Tints of Limerick #86BC32

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.54%

 BLUE value IS 50 (19.92% from 255) = 13.44%

R = 36.02%
G = 50.54%
B = 13.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#86BC32 (or 0x86BC32) is known color: Limerick. HEX triplet: 86, BC and 32. RGB value is (134,188,50). Sum of RGB (Red+Green+Blue) = 134+188+50=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BC32 is #7943CD. Grayscale: #9C9C9C. Windows color (decimal): -7947214 or 3325062. OLE color: 3325062.

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

Color convert

RGB 134 188 50 -
CMYK 0.29 0 0.73 0.26
HSL 83.48º 0.58% 0.47% -
HSV(B) 83.48º 0.73% 0.74% -
XYZ 28.39 41.27 9.49 -
YUV 156.12 68.11 112.22 -
System Red Green Blue C M Y K H S L
Decimal 134 188 50 0.29 0 0.73 0.26 83.48 0.58 0.47
Hex 86 BC 32 1D 0 49 1A 53 3A 2F
Octal 206 274 62 35 0 111 32 123 72 57
Binary 10000110 10111100 110010 11101 0 1001001 11010 1010011 111010 101111

Color Harmonies of #86BC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC32

Black with #86BC32

Text Example


Text Example

White with #86BC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,188,50); }

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

background-color css

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

 a { background-color: rgb(134,188,50); }

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

border-color css

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

 span { border-color: rgb(134,188,50); }

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