Html Css Color HEX #86BA35 Limerick

📋 copy color: '#86BA35'

red 134 ◦ green 186 ◦ blue 53

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

Shades of Limerick #86BA35

Tints of Limerick #86BA35

RGB

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

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

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

R = 35.92%
G = 49.87%
B = 14.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#86BA35 (or 0x86BA35) is known color: Limerick. HEX triplet: 86, BA and 35. RGB value is (134,186,53). Sum of RGB (Red+Green+Blue) = 134+186+53=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BA35 is #7945CA. Grayscale: #9B9B9B. Windows color (decimal): -7947723 or 3521158. OLE color: 3521158.

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

Color convert

RGB 134 186 53 -
CMYK 0.28 0 0.72 0.27
HSL 83.46º 0.56% 0.47% -
HSV(B) 83.46º 0.72% 0.73% -
XYZ 28.03 40.44 9.7 -
YUV 155.29 70.27 112.81 -
System Red Green Blue C M Y K H S L
Decimal 134 186 53 0.28 0 0.72 0.27 83.46 0.56 0.47
Hex 86 BA 35 1C 0 48 1B 53 38 2F
Octal 206 272 65 34 0 110 33 123 70 57
Binary 10000110 10111010 110101 11100 0 1001000 11011 1010011 111000 101111

Color Harmonies of #86BA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA35

Black with #86BA35

Text Example


Text Example

White with #86BA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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