Html Css Color HEX #86AA28 Limerick

📋 copy color: '#86AA28'

red 134 ◦ green 170 ◦ blue 40

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

Shades of Limerick #86AA28

Tints of Limerick #86AA28

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.42%

 BLUE value IS 40 (16.02% from 255) = 11.63%

R = 38.95%
G = 49.42%
B = 11.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#86AA28 (or 0x86AA28) is known color: Limerick. HEX triplet: 86, AA and 28. RGB value is (134,170,40). Sum of RGB (Red+Green+Blue) = 134+170+40=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AA28 is #7955D7. Grayscale: #909090. Windows color (decimal): -7951832 or 2665094. OLE color: 2665094.

HSL color Cylindrical-coordinate representation of color #86AA28: hue angle of 76.62º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86AA28 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 170 40 -
CMYK 0.21 0 0.76 0.33
HSL 76.62º 0.62% 0.41% -
HSV(B) 76.62º 0.76% 0.67% -
XYZ 24.59 33.97 7.27 -
YUV 144.42 69.07 120.57 -
System Red Green Blue C M Y K H S L
Decimal 134 170 40 0.21 0 0.76 0.33 76.62 0.62 0.41
Hex 86 AA 28 15 0 4C 21 4D 3E 29
Octal 206 252 50 25 0 114 41 115 76 51
Binary 10000110 10101010 101000 10101 0 1001100 100001 1001101 111110 101001

Color Harmonies of #86AA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AA28

Black with #86AA28

Text Example


Text Example

White with #86AA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,170,40); }

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

background-color css

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

 a { background-color: rgb(134,170,40); }

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

border-color css

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

 span { border-color: rgb(134,170,40); }

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