Html Css Color HEX #86AF35 Limerick

📋 copy color: '#86AF35'

red 134 ◦ green 175 ◦ blue 53

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

Shades of Limerick #86AF35

Tints of Limerick #86AF35

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.34%

 BLUE value IS 53 (21.09% from 255) = 14.64%

R = 37.02%
G = 48.34%
B = 14.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#86AF35 (or 0x86AF35) is known color: Limerick. HEX triplet: 86, AF and 35. RGB value is (134,175,53). Sum of RGB (Red+Green+Blue) = 134+175+53=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 53 (21.09% from 255 or 14.64% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AF35 is #7950CA. Grayscale: #959595. Windows color (decimal): -7950539 or 3518342. OLE color: 3518342.

HSL color Cylindrical-coordinate representation of color #86AF35: hue angle of 80.16º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86AF35 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 175 53 -
CMYK 0.23 0 0.70 0.31
HSL 80.16º 0.54% 0.45% -
HSV(B) 80.16º 0.7% 0.69% -
XYZ 25.8 35.99 8.95 -
YUV 148.83 73.92 117.42 -
System Red Green Blue C M Y K H S L
Decimal 134 175 53 0.23 0 0.70 0.31 80.16 0.54 0.45
Hex 86 AF 35 17 0 46 1F 50 36 2D
Octal 206 257 65 27 0 106 37 120 66 55
Binary 10000110 10101111 110101 10111 0 1000110 11111 1010000 110110 101101

Color Harmonies of #86AF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AF35

Black with #86AF35

Text Example


Text Example

White with #86AF35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,175,53); }

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

background-color css

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

 a { background-color: rgb(134,175,53); }

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

border-color css

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

 span { border-color: rgb(134,175,53); }

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