Html Css Color HEX #86AE0C Lima

📋 copy color: '#86AE0C'

red 134 ◦ green 174 ◦ blue 12

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

Shades of Lima #86AE0C

Tints of Lima #86AE0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.75%

R = 41.88%
G = 54.38%
B = 3.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#86AE0C (or 0x86AE0C) is known color: Lima. HEX triplet: 86, AE and 0C. RGB value is (134,174,12). Sum of RGB (Red+Green+Blue) = 134+174+12=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 174 (68.36% from 255 or 54.38% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 174 - color contains mainly: green. Hex color #86AE0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AE0C is #7951F3. Grayscale: #909090. Windows color (decimal): -7950836 or 831110. OLE color: 831110.

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

Color convert

RGB 134 174 12 -
CMYK 0.23 0 0.93 0.32
HSL 74.81º 0.87% 0.36% -
HSV(B) 74.81º 0.93% 0.68% -
XYZ 25.03 35.37 5.85 -
YUV 143.57 53.75 121.17 -
System Red Green Blue C M Y K H S L
Decimal 134 174 12 0.23 0 0.93 0.32 74.81 0.87 0.36
Hex 86 AE C 17 0 5D 20 4B 57 24
Octal 206 256 14 27 0 135 40 113 127 44
Binary 10000110 10101110 1100 10111 0 1011101 100000 1001011 1010111 100100

Color Harmonies of #86AE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AE0C

Black with #86AE0C

Text Example


Text Example

White with #86AE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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