Html Css Color HEX #86AB32 Limerick

📋 copy color: '#86AB32'

red 134 ◦ green 171 ◦ blue 50

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

Shades of Limerick #86AB32

Tints of Limerick #86AB32

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.17%

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

R = 37.75%
G = 48.17%
B = 14.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#86AB32 (or 0x86AB32) is known color: Limerick. HEX triplet: 86, AB and 32. RGB value is (134,171,50). Sum of RGB (Red+Green+Blue) = 134+171+50=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AB32 is #7954CD. Grayscale: #929292. Windows color (decimal): -7951566 or 3320710. OLE color: 3320710.

HSL color Cylindrical-coordinate representation of color #86AB32: hue angle of 78.35º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #86AB32 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 171 50 -
CMYK 0.22 0 0.71 0.33
HSL 78.35º 0.55% 0.43% -
HSV(B) 78.35º 0.71% 0.67% -
XYZ 24.97 34.42 8.35 -
YUV 146.14 73.74 119.34 -
System Red Green Blue C M Y K H S L
Decimal 134 171 50 0.22 0 0.71 0.33 78.35 0.55 0.43
Hex 86 AB 32 16 0 47 21 4E 37 2B
Octal 206 253 62 26 0 107 41 116 67 53
Binary 10000110 10101011 110010 10110 0 1000111 100001 1001110 110111 101011

Color Harmonies of #86AB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AB32

Black with #86AB32

Text Example


Text Example

White with #86AB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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