Html Css Color HEX #86AF33 Limerick

📋 copy color: '#86AF33'

red 134 ◦ green 175 ◦ blue 51

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

Shades of Limerick #86AF33

Tints of Limerick #86AF33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.17%

R = 37.22%
G = 48.61%
B = 14.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#86AF33 (or 0x86AF33) is known color: Limerick. HEX triplet: 86, AF and 33. RGB value is (134,175,51). Sum of RGB (Red+Green+Blue) = 134+175+51=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AF33 is #7950CC. Grayscale: #959595. Windows color (decimal): -7950541 or 3387270. OLE color: 3387270.

HSL color Cylindrical-coordinate representation of color #86AF33: hue angle of 79.84º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #86AF33 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 175 51 -
CMYK 0.23 0 0.71 0.31
HSL 79.84º 0.55% 0.44% -
HSV(B) 79.84º 0.71% 0.69% -
XYZ 25.76 35.97 8.72 -
YUV 148.61 72.92 117.58 -
System Red Green Blue C M Y K H S L
Decimal 134 175 51 0.23 0 0.71 0.31 79.84 0.55 0.44
Hex 86 AF 33 17 0 47 1F 50 37 2C
Octal 206 257 63 27 0 107 37 120 67 54
Binary 10000110 10101111 110011 10111 0 1000111 11111 1010000 110111 101100

Color Harmonies of #86AF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AF33

Black with #86AF33

Text Example


Text Example

White with #86AF33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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