Html Css Color HEX #86AC23 Limerick

📋 copy color: '#86AC23'

red 134 ◦ green 172 ◦ blue 35

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

Shades of Limerick #86AC23

Tints of Limerick #86AC23

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50.44%

 BLUE value IS 35 (14.06% from 255) = 10.26%

R = 39.3%
G = 50.44%
B = 10.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#86AC23 (or 0x86AC23) is known color: Limerick. HEX triplet: 86, AC and 23. RGB value is (134,172,35). Sum of RGB (Red+Green+Blue) = 134+172+35=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AC23 is #7953DC. Grayscale: #919191. Windows color (decimal): -7951325 or 2337926. OLE color: 2337926.

HSL color Cylindrical-coordinate representation of color #86AC23: hue angle of 76.64º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86AC23 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 172 35 -
CMYK 0.22 0 0.80 0.33
HSL 76.64º 0.66% 0.41% -
HSV(B) 76.64º 0.8% 0.67% -
XYZ 24.89 34.69 6.98 -
YUV 145.02 65.91 120.14 -
System Red Green Blue C M Y K H S L
Decimal 134 172 35 0.22 0 0.80 0.33 76.64 0.66 0.41
Hex 86 AC 23 16 0 50 21 4D 42 29
Octal 206 254 43 26 0 120 41 115 102 51
Binary 10000110 10101100 100011 10110 0 1010000 100001 1001101 1000010 101001

Color Harmonies of #86AC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AC23

Black with #86AC23

Text Example


Text Example

White with #86AC23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,172,35); }

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

background-color css

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

 a { background-color: rgb(134,172,35); }

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

border-color css

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

 span { border-color: rgb(134,172,35); }

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