Html Css Color HEX #86B01C Limerick

📋 copy color: '#86B01C'

red 134 ◦ green 176 ◦ blue 28

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

Shades of Limerick #86B01C

Tints of Limerick #86B01C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.07%

 BLUE value IS 28 (11.33% from 255) = 8.28%

R = 39.64%
G = 52.07%
B = 8.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#86B01C (or 0x86B01C) is known color: Limerick. HEX triplet: 86, B0 and 1C. RGB value is (134,176,28). Sum of RGB (Red+Green+Blue) = 134+176+28=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 176 (69.14% from 255 or 52.07% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 176 - color contains mainly: green. Hex color #86B01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86B01C is #794FE3. Grayscale: #939393. Windows color (decimal): -7950308 or 1880198. OLE color: 1880198.

HSL color Cylindrical-coordinate representation of color #86B01C: hue angle of 77.03º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86B01C is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 176 28 -
CMYK 0.24 0 0.84 0.31
HSL 77.03º 0.73% 0.4% -
HSV(B) 77.03º 0.84% 0.69% -
XYZ 25.57 36.2 6.74 -
YUV 146.57 61.09 119.03 -
System Red Green Blue C M Y K H S L
Decimal 134 176 28 0.24 0 0.84 0.31 77.03 0.73 0.4
Hex 86 B0 1C 18 0 54 1F 4D 49 28
Octal 206 260 34 30 0 124 37 115 111 50
Binary 10000110 10110000 11100 11000 0 1010100 11111 1001101 1001001 101000

Color Harmonies of #86B01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B01C

Black with #86B01C

Text Example


Text Example

White with #86B01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,176,28); }

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

background-color css

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

 a { background-color: rgb(134,176,28); }

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

border-color css

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

 span { border-color: rgb(134,176,28); }

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