Html Css Color HEX #86BA33 Limerick

📋 copy color: '#86BA33'

red 134 ◦ green 186 ◦ blue 51

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

Shades of Limerick #86BA33

Tints of Limerick #86BA33

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.13%

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

R = 36.12%
G = 50.13%
B = 13.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#86BA33 (or 0x86BA33) is known color: Limerick. HEX triplet: 86, BA and 33. RGB value is (134,186,51). Sum of RGB (Red+Green+Blue) = 134+186+51=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BA33 is #7945CC. Grayscale: #9B9B9B. Windows color (decimal): -7947725 or 3390086. OLE color: 3390086.

HSL color Cylindrical-coordinate representation of color #86BA33: hue angle of 83.11º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #86BA33 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 186 51 -
CMYK 0.28 0 0.73 0.27
HSL 83.11º 0.57% 0.46% -
HSV(B) 83.11º 0.73% 0.73% -
XYZ 27.99 40.43 9.46 -
YUV 155.06 69.27 112.98 -
System Red Green Blue C M Y K H S L
Decimal 134 186 51 0.28 0 0.73 0.27 83.11 0.57 0.46
Hex 86 BA 33 1C 0 49 1B 53 39 2E
Octal 206 272 63 34 0 111 33 123 71 56
Binary 10000110 10111010 110011 11100 0 1001001 11011 1010011 111001 101110

Color Harmonies of #86BA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA33

Black with #86BA33

Text Example


Text Example

White with #86BA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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