Html Css Color HEX #86AE0F Lima

📋 copy color: '#86AE0F'

red 134 ◦ green 174 ◦ blue 15

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

Shades of Lima #86AE0F

Tints of Lima #86AE0F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 53.87%

 BLUE value IS 15 (6.25% from 255) = 4.64%

R = 41.49%
G = 53.87%
B = 4.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#86AE0F (or 0x86AE0F) is known color: Lima. HEX triplet: 86, AE and 0F. RGB value is (134,174,15). Sum of RGB (Red+Green+Blue) = 134+174+15=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 174 (68.36% from 255 or 53.87% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 174 - color contains mainly: green. Hex color #86AE0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AE0F is #7951F0. Grayscale: #909090. Windows color (decimal): -7950833 or 1027718. OLE color: 1027718.

HSL color Cylindrical-coordinate representation of color #86AE0F: hue angle of 75.09º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86AE0F is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 174 15 -
CMYK 0.23 0 0.91 0.32
HSL 75.09º 0.84% 0.37% -
HSV(B) 75.09º 0.91% 0.68% -
XYZ 25.05 35.37 5.96 -
YUV 143.91 55.25 120.93 -
System Red Green Blue C M Y K H S L
Decimal 134 174 15 0.23 0 0.91 0.32 75.09 0.84 0.37
Hex 86 AE F 17 0 5B 20 4B 54 25
Octal 206 256 17 27 0 133 40 113 124 45
Binary 10000110 10101110 1111 10111 0 1011011 100000 1001011 1010100 100101

Color Harmonies of #86AE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AE0F

Black with #86AE0F

Text Example


Text Example

White with #86AE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,174,15); }

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

background-color css

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

 a { background-color: rgb(134,174,15); }

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

border-color css

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

 span { border-color: rgb(134,174,15); }

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