Html Css Color HEX #86B63A Limerick

📋 copy color: '#86B63A'

red 134 ◦ green 182 ◦ blue 58

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

Shades of Limerick #86B63A

Tints of Limerick #86B63A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.66%

 BLUE value IS 58 (23.05% from 255) = 15.51%

R = 35.83%
G = 48.66%
B = 15.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#86B63A (or 0x86B63A) is known color: Limerick. HEX triplet: 86, B6 and 3A. RGB value is (134,182,58). Sum of RGB (Red+Green+Blue) = 134+182+58=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 182 (71.48% from 255 or 48.66% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 182 - color contains mainly: green. Hex color #86B63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B63A is #7949C5. Grayscale: #999999. Windows color (decimal): -7948742 or 3847814. OLE color: 3847814.

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

Color convert

RGB 134 182 58 -
CMYK 0.26 0 0.68 0.29
HSL 83.23º 0.52% 0.47% -
HSV(B) 83.23º 0.68% 0.71% -
XYZ 27.32 38.83 10.06 -
YUV 153.51 74.1 114.08 -
System Red Green Blue C M Y K H S L
Decimal 134 182 58 0.26 0 0.68 0.29 83.23 0.52 0.47
Hex 86 B6 3A 1A 0 44 1D 53 34 2F
Octal 206 266 72 32 0 104 35 123 64 57
Binary 10000110 10110110 111010 11010 0 1000100 11101 1010011 110100 101111

Color Harmonies of #86B63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B63A

Black with #86B63A

Text Example


Text Example

White with #86B63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,182,58); }

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

background-color css

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

 a { background-color: rgb(134,182,58); }

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

border-color css

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

 span { border-color: rgb(134,182,58); }

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