Html Css Color HEX #86B338 Limerick

📋 copy color: '#86B338'

red 134 ◦ green 179 ◦ blue 56

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

Shades of Limerick #86B338

Tints of Limerick #86B338

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.51%

 BLUE value IS 56 (22.27% from 255) = 15.18%

R = 36.31%
G = 48.51%
B = 15.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#86B338 (or 0x86B338) is known color: Limerick. HEX triplet: 86, B3 and 38. RGB value is (134,179,56). Sum of RGB (Red+Green+Blue) = 134+179+56=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 179 (70.31% from 255 or 48.51% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 179 - color contains mainly: green. Hex color #86B338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B338 is #794CC7. Grayscale: #979797. Windows color (decimal): -7949512 or 3715974. OLE color: 3715974.

HSL color Cylindrical-coordinate representation of color #86B338: hue angle of 81.95º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86B338 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 179 56 -
CMYK 0.25 0 0.69 0.30
HSL 81.95º 0.52% 0.46% -
HSV(B) 81.95º 0.69% 0.7% -
XYZ 26.67 37.59 9.59 -
YUV 151.52 74.09 115.5 -
System Red Green Blue C M Y K H S L
Decimal 134 179 56 0.25 0 0.69 0.30 81.95 0.52 0.46
Hex 86 B3 38 19 0 45 1E 52 34 2E
Octal 206 263 70 31 0 105 36 122 64 56
Binary 10000110 10110011 111000 11001 0 1000101 11110 1010010 110100 101110

Color Harmonies of #86B338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B338

Black with #86B338

Text Example


Text Example

White with #86B338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,179,56); }

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

background-color css

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

 a { background-color: rgb(134,179,56); }

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

border-color css

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

 span { border-color: rgb(134,179,56); }

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