Html Css Color HEX #86B612 Lima

📋 copy color: '#86B612'

red 134 ◦ green 182 ◦ blue 18

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

Shades of Lima #86B612

Tints of Lima #86B612

RGB

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

 GREEN value IS 182 (71.48% from 255) = 54.49%

 BLUE value IS 18 (7.42% from 255) = 5.39%

R = 40.12%
G = 54.49%
B = 5.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#86B612 (or 0x86B612) is known color: Lima. HEX triplet: 86, B6 and 12. RGB value is (134,182,18). Sum of RGB (Red+Green+Blue) = 134+182+18=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 182 (71.48% from 255 or 54.49% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 182 - color contains mainly: green. Hex color #86B612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B612 is #7949ED. Grayscale: #959595. Windows color (decimal): -7948782 or 1226374. OLE color: 1226374.

HSL color Cylindrical-coordinate representation of color #86B612: hue angle of 77.56º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86B612 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 182 18 -
CMYK 0.26 0 0.90 0.29
HSL 77.56º 0.82% 0.39% -
HSV(B) 77.56º 0.9% 0.71% -
XYZ 26.67 38.57 6.61 -
YUV 148.95 54.1 117.34 -
System Red Green Blue C M Y K H S L
Decimal 134 182 18 0.26 0 0.90 0.29 77.56 0.82 0.39
Hex 86 B6 12 1A 0 5A 1D 4E 52 27
Octal 206 266 22 32 0 132 35 116 122 47
Binary 10000110 10110110 10010 11010 0 1011010 11101 1001110 1010010 100111

Color Harmonies of #86B612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B612

Black with #86B612

Text Example


Text Example

White with #86B612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,182,18); }

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

background-color css

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

 a { background-color: rgb(134,182,18); }

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

border-color css

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

 span { border-color: rgb(134,182,18); }

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